Invalid
data class Invalid : AuthenticationState, Notification.DataNotification<AuthenticationState.Invalid>
Content copied to clipboard
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).
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.
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
Path of the data this Notification relates to, or ""
if it doesn't relate to any data node.