Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationEvent / Rejected

Rejected

class Rejected : AuthenticationEvent

Represents the occurrence of an authentication error.

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

Constructors

<init>

Rejected(error: WebcomError)

Represents the occurrence of an authentication error.

Properties

error

val error: WebcomError

Error that made the authentication fail.

Inherited Functions

isAuthenticated

open fun isAuthenticated(): Boolean

true if an only if this AuthenticationEvent is AuthenticationState.Authenticated.

isUnauthenticated

open fun isUnauthenticated(): Boolean

true if an only if this AuthenticationEvent is AuthenticationState.Unauthenticated.