data class Authenticated : AuthenticationEvent.AuthenticationState
A user is currently authenticated with given details.
Authenticated(details: AuthenticationDetails)
A user is currently authenticated with given details. |
val details: AuthenticationDetails
All the properties that describe the authenticated user. |
fun isAuthenticated(): Boolean
|