AuthenticationEvent

sealed class AuthenticationEvent

Represents an authentication event as expected by the callback functions passed to the AuthenticationService.subscribe method.

Types

AuthenticationState
Link copied to clipboard
sealed class AuthenticationState : AuthenticationEvent
Represents the transition to an authentication state.
Rejected
Link copied to clipboard
class Rejected(error: WebcomError) : AuthenticationEvent
Represents the occurrence of an authentication error.

Functions

isAuthenticated
Link copied to clipboard
open fun isAuthenticated(): Boolean
isUnauthenticated
Link copied to clipboard
open fun isUnauthenticated(): Boolean

Inheritors

AuthenticationEvent
Link copied to clipboard
AuthenticationEvent
Link copied to clipboard