GetMfaSession returns value of given mfa session
(userId, key string)
| 52 | SetMfaSession(userId, key string, expiration int64) error |
| 53 | // GetMfaSession returns value of given mfa session |
| 54 | GetMfaSession(userId, key string) (string, error) |
| 55 | // GetAllMfaSessions returns all mfa sessions for given userId |
| 56 | GetAllMfaSessions(userId string) ([]string, error) |
| 57 | // DeleteMfaSession deletes given mfa session from in-memory store. |
no outgoing calls