class Rejected : AuthenticationEvent
Represents the occurrence of an authentication error.
The occurrence of such an event doesn't change the current authentication state.
Rejected(error: WebcomError)
Represents the occurrence of an authentication error. |
val error: WebcomError
Error that made the authentication fail. |
open fun isAuthenticated(): Boolean
|
|
open fun isUnauthenticated(): Boolean
|