Authenticated
data class Authenticated : AuthenticationState, Notification.DataNotification<AuthenticationState.Authenticated>
Content copied to clipboard
A user is currently authenticated with given details.
Functions
is Authenticated
Link copied to clipboard
true
if and only if this AuthenticationEvent is AuthenticationState.Authenticated.
is Unauthenticated
Link copied to clipboard
true
if and only if this AuthenticationEvent is AuthenticationState.Unauthenticated.
Properties
appId
Link copied to clipboard
Identifier of the WebcomApplication this Notification relates to.
application
Link copied to clipboard
The WebcomApplication instance this AuthenticationEvent relates to.
data
Link copied to clipboard
details
Link copied to clipboard
All the properties that describe the authenticated user if isAuthenticated returns true
or null
otherwise (no user is authenticated).
path
Link copied to clipboard
Path of the data this Notification relates to, or ""
if it doesn't relate to any data node.