Authentication State
Represents the transition to an authentication state.
Inheritors
Types
A user is currently authenticated with given details.
The authentication token used so far has become invalid (e.g., it is expired) and the previously authenticated user (who is no longer authenticated) is expected to authenticate again.
No user is currently authenticated or expected to authenticate.
Properties
Identifier of the WebcomApplication this AuthenticationEvent relates to.
The WebcomApplication instance this AuthenticationEvent relates to.
All the properties that describe the authenticated user if isAuthenticated returns true
or null
otherwise (no user is authenticated).
Meaningless property (always equals the empty string) because AuthenticationEvents don't relate to any data node.
Functions
true
if and only if this AuthenticationEvent is AuthenticationState.Authenticated.
true
if and only if this AuthenticationEvent is AuthenticationState.Unauthenticated.