Authentication Event
Represents an authentication event as expected by the callback functions passed to the AuthenticationService.subscribe method.
Types
Rejected
Link copied to clipboard
data class Rejected : AuthenticationEvent, Notification.DataNotification<AuthenticationEvent.Rejected>
Content copied to clipboard
Represents the occurrence of an authentication error.
Functions
is Authenticated
Link copied to clipboard
true
if and only if this AuthenticationEvent is AuthenticationState.Authenticated.
is Unauthenticated
Link copied to clipboard
true
if and only if this AuthenticationEvent is AuthenticationState.Unauthenticated.
Properties
appId
Link copied to clipboard
Identifier of the WebcomApplication this AuthenticationEvent relates to.
application
Link copied to clipboard
The WebcomApplication instance this AuthenticationEvent relates to.
path
Link copied to clipboard
Meaningless property (always equals the empty string) because AuthenticationEvents don't relate to any data node.