Rejected

Represents the occurrence of an authentication error.

The occurrence of such an event neither changes the current authentication state nor cancels the associated subscription to AuthenticationEvents.

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
abstract val appId: String

Identifier of the WebcomApplication this Notification relates to.

application
Link copied to clipboard
open override val application: WebcomApplication

The WebcomApplication instance this AuthenticationEvent relates to.

data
Link copied to clipboard
open override val data: AuthenticationEvent.Rejected

The event conveyed by this DataNotification.

error
Link copied to clipboard
val error: WebcomError

Error that made the authentication fail.

path
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.