DeviceBindingErrorStatus

Constructors

Link copied to clipboard
constructor(message: String, clientError: String, errorCode: Int? = null)

Types

Link copied to clipboard
data class Abort(val errorMessage: String = "User Terminates the Authentication", val errorType: String = ABORT, val code: Int? = null) : DeviceBindingErrorStatus
Link copied to clipboard
data class ClientNotRegistered(val errorMessage: String = "PublicKey or PrivateKey Not found in Device", val errorType: String = CLIENT_NOT_REGISTERED, val code: Int? = null) : DeviceBindingErrorStatus
Link copied to clipboard
data class InvalidCustomClaims(val errorMessage: String = "Invalid Custom Claims", val errorType: String = ABORT, val code: Int? = null) : DeviceBindingErrorStatus
Link copied to clipboard
data class Timeout(val errorMessage: String = "Authentication Timeout", val errorType: String = TIMEOUT, val code: Int? = null) : DeviceBindingErrorStatus
Link copied to clipboard
data class UnAuthorize(val errorMessage: String = "Invalid Credentials", val errorType: String = ABORT, val code: Int? = null) : DeviceBindingErrorStatus
Link copied to clipboard
data class Unknown(val errorMessage: String = "Unknown", val errorType: String = ABORT, val code: Int? = null) : DeviceBindingErrorStatus
Link copied to clipboard
data class Unsupported(var errorMessage: String = "Device not supported. Please verify the biometric or Pin settings", val errorType: String = UNSUPPORTED, val code: Int? = null) : DeviceBindingErrorStatus

Properties

Link copied to clipboard
Link copied to clipboard
val errorCode: Int? = null
Link copied to clipboard