Unauthenticated

object Unauthenticated : AuthenticationEvent.AuthenticationState

No user is currently neither authenticated nor expected to authenticate.

Functions

isAuthenticated
Link copied to clipboard
open fun isAuthenticated(): Boolean
isUnauthenticated
Link copied to clipboard
open override fun isUnauthenticated(): Boolean

Properties

details
Link copied to clipboard
open val details: AuthenticationDetails? = null
All the properties that describe the authenticated user if isAuthenticated returns true or null otherwise (no user is authenticated).