SetMfaSession sets the mfa session with key and value of userId
(userId, key string, expiration int64)
| 50 | DeleteSessionForNamespace(namespace string) error |
| 51 | // SetMfaSession sets the mfa session with key and value of userId |
| 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 |
no outgoing calls