Authentication State
Represents the transition to an authentication state.
Types
Authenticated
Link copied to clipboard
data class Authenticated(details: AuthenticationDetails) : AuthenticationEvent.AuthenticationState
Content copied to clipboard
A user is currently authenticated with given details.
Invalid
Link copied to clipboard
Unauthenticated
Link copied to clipboard
Functions
Properties
details
Link copied to clipboard
Inheritors
AuthenticationEvent.AuthenticationState
Link copied to clipboard
AuthenticationEvent.AuthenticationState
Link copied to clipboard
AuthenticationEvent.AuthenticationState
Link copied to clipboard