Authentication State
Represents the transition to an authentication state.
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.
Functions
true
if and only if this AuthenticationEvent is AuthenticationState.Authenticated.
true
if and only if this AuthenticationEvent is AuthenticationState.Unauthenticated.
Properties
Identifier of the WebcomApplication this AuthenticationEvent relates to.
The WebcomApplication instance this AuthenticationEvent relates to.
Meaningless property (always equals the empty string) because AuthenticationEvents don't relate to any data node.