Invalid

object Invalid : AuthenticationEvent.AuthenticationState

The authentication token used so far has become invalid (e.g., it is expired) and the previously authenticated user (who is no longer authenticated) is expected to authenticate again.

In this state, all operations on data that possibly require some authentication are paused pending a valid authentication state (Authenticated or Unauthenticated).

Functions

isAuthenticated
Link copied to clipboard
open fun isAuthenticated(): Boolean
isUnauthenticated
Link copied to clipboard
open 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).