AuthenticationService

Functions

Link copied to clipboard
abstract suspend fun authenticateUser(username: String, password: String): AuthenticationResult
Link copied to clipboard
abstract fun getClientData(clientId: String): ClientData?
Link copied to clipboard
abstract fun validateClientAndRedirectUri(clientData: ClientData, redirectUri: String): Boolean