AuthenticationEvent

sealed class AuthenticationEvent : Notifiable

Represents an authentication event as expected by the callback functions passed to the AuthenticationService.subscribe method.

Types

Rejected
Link copied to clipboard

Represents the occurrence of an authentication error.

Functions

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

Properties

appId
Link copied to clipboard
val appId: String

Identifier of the WebcomApplication this AuthenticationEvent relates to.

application
Link copied to clipboard
abstract val application: WebcomApplication

The WebcomApplication instance this AuthenticationEvent relates to.

path
Link copied to clipboard
val path: String

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

Inheritors

AuthenticationEvent
Link copied to clipboard
AuthenticationState
Link copied to clipboard