AuthenticationState

Represents the transition to an authentication state.

Inheritors

Types

Link copied to clipboard
Link 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.

Link copied to clipboard

No user is currently authenticated or expected to authenticate.

Properties

Link copied to clipboard

Identifier of the WebcomApplication this AuthenticationEvent relates to.

Link copied to clipboard

The WebcomApplication instance this AuthenticationEvent relates to.

Link copied to clipboard
open val details: AuthenticationDetails? = null

All the properties that describe the authenticated user if isAuthenticated returns true or null otherwise (no user is authenticated).

Link copied to clipboard

Meaningless property (always equals the empty string) because AuthenticationEvents don't relate to any data node.

Functions

Link copied to clipboard
Link copied to clipboard