Authenticated
data class Authenticated(details: AuthenticationDetails) : AuthenticationEvent.AuthenticationState
Content copied to clipboard
A user is currently authenticated with given details.
Constructors
Authenticated
Link copied to clipboard
Functions
Properties
details
Link copied to clipboard
All the properties that describe the authenticated user if isAuthenticated returns
true
or null
otherwise (no user is authenticated).