DeleteMfaSession deletes given mfa session from in-memory store.
(userId, key string)
| 56 | GetAllMfaSessions(userId string) ([]string, error) |
| 57 | // DeleteMfaSession deletes given mfa session from in-memory store. |
| 58 | DeleteMfaSession(userId, key string) error |
| 59 | |
| 60 | // SetState sets the login state (key, value form) in the session store |
| 61 | SetState(key, state string) error |
no outgoing calls