AuthenticationError

data class AuthenticationError : AuthenticationResult

This class holds the details for the error result of the authentication process.

Parameters

errorType

The type of error that occurred.

errorCode

The error code.

errorDescription

The error description.

Properties

errorCode
Link copied to clipboard
val errorCode: String
The error code.
errorType
Link copied to clipboard
val errorType: AuthenticationErrorType
The type of error that occurred.