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

Link copied to clipboard
open 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: AuthenticationEvent.Rejected

The event conveyed by this DataNotification.

Link copied to clipboard
val error: WebcomError

Error that made the authentication fail.

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.