Invalid
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.
In this state, all operations on data that possibly require to be authenticated are paused pending a valid authentication state (Authenticated or Unauthenticated).
Properties
Identifier of the WebcomApplication this Notification relates to.
The WebcomApplication instance this AuthenticationEvent relates to.
The event conveyed by this DataNotification.
All the properties that describe the authenticated user if isAuthenticated returns true
or null
otherwise (no user is authenticated).
Path of the data this Notification relates to, or ""
if it doesn'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.