Examer Password Manager
A concrete implementation of PasswordManager that uses EncryptedSharedPreferences under the hood.
Constructors
Functions
Link copied to clipboard
Used to get the password associated with the examerUser. The ExamerUser.id of the examerUser will be used as the key to get the value of the password.
Link copied to clipboard
open override fun savePasswordForUser(examerUser: ExamerUser, password: String)
Content copied to clipboard
Used to securely save the password of the examerUser.