Rejected

class Rejected(error: WebcomError) : AuthenticationEvent

Represents the occurrence of an authentication error.

The occurrence of such an event doesn't change the current authentication state.

Constructors

Rejected
Link copied to clipboard
fun Rejected(error: WebcomError)

Functions

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

Properties

error
Link copied to clipboard
val error: WebcomError
Error that made the authentication fail.