sealed class AuthenticationEvent
Represents an authentication event as expected by the callback functions passed to the AuthenticationService.subscribe method.
sealed class AuthenticationState : AuthenticationEvent
Represents the transition to an authentication state. |
|
class Rejected : AuthenticationEvent
Represents the occurrence of an authentication error. |
open fun isAuthenticated(): Boolean
|
|
open fun isUnauthenticated(): Boolean
|
sealed class AuthenticationState : AuthenticationEvent
Represents the transition to an authentication state. |
|
class Rejected : AuthenticationEvent
Represents the occurrence of an authentication error. |