AuthenticationComponent

interface AuthenticationComponent

Functions

Link copied to clipboard
abstract fun authenticate(force: Boolean = false): Flow<AuthenticationEvent>
Link copied to clipboard
abstract suspend fun getLastAuthentication(): Instant
Link copied to clipboard
abstract suspend fun getLastOidcAuthentication(): Instant?
Link copied to clipboard
abstract suspend fun revokeAccess()
Link copied to clipboard
abstract suspend fun revokeOidcAuthentication()

Properties

Link copied to clipboard
abstract val authenticated: Boolean