Authenticated

A user is currently authenticated with given details.

Functions

Link copied to clipboard
open override fun isAuthenticated(): Boolean
Link copied to clipboard
open fun isUnauthenticated(): Boolean

Properties

Link copied to clipboard
abstract val appId: String

Identifier of the WebcomApplication this Notification relates to.

Link copied to clipboard
open override val application: WebcomApplication

The WebcomApplication instance this AuthenticationEvent relates to.

Link copied to clipboard
open override val data: AuthenticationState.Authenticated

The event conveyed by this DataNotification.

Link copied to clipboard
open override val details: AuthenticationDetails

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

Link copied to clipboard
abstract val path: String

Path of the data this Notification relates to, or "" if it doesn't relate to any data node.