Rejected
data class Rejected : AuthenticationEvent, Notification.DataNotification<AuthenticationEvent.Rejected>
Represents the occurrence of an authentication error.
The occurrence of such an event neither changes the current authentication state nor cancels the associated subscription to AuthenticationEvents.
Properties
Link copied to clipboard
Identifier of the WebcomApplication this Notification relates to.
Link copied to clipboard
The WebcomApplication instance this AuthenticationEvent relates to.
Link copied to clipboard
The event conveyed by this DataNotification.
Link copied to clipboard
Error that made the authentication fail.
Link copied to clipboard
Path of the data this Notification relates to, or ""
if it doesn't relate to any data node.
Functions
Link copied to clipboard
true
if and only if this AuthenticationEvent is AuthenticationState.Authenticated.
Link copied to clipboard
true
if and only if this AuthenticationEvent is AuthenticationState.Unauthenticated.