PasswordManager

interface PasswordManager

An interface that specifies the methods that are required for a concrete implementation of PasswordManager.

Functions

Link copied to clipboard
abstract fun getPasswordForUser(examerUser: ExamerUser): String
Link copied to clipboard
abstract fun savePasswordForUser(examerUser: ExamerUser, password: String)

Inheritors

Link copied to clipboard