static AuthnErrorDetailSpec |
CommonErrorDetailSpec.ACCOUNT_RECOVERY_ERROR |
The error detail returned when an account recovery error is encountered.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.CAPTCHA_ERROR |
The error detail returned when an re-captcha error is encountered.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.CREDENTIAL_VALIDATION_FAILED |
The error detail returned when invalid credentials were provided for a user.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.DEVICE_LOCKED |
The error detail returned when the device is locked.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.DEVICE_ROOTED |
The error detail returned when the device is rooted or jailbroken.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.FIELD_REQUIRED |
The error detail returned when a required field is missing from an authentication API POST request
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_CHALLENGE_RESPONSE |
The error detail returned when invalid challenge response were provided for a user.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_CONTENT_TYPE |
The error detail returned when the content type format of an authentication API POST request is invalid.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_DEVICE |
The error detail returned when an invalid device is provided during device selection.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_FIELD_FORMAT |
The error detail returned when the format of a field is missing from an authentication API POST request.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_FIELD_VALUE |
The error detail returned when a field has an invalid value from an authentication API POST request.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_MOBILE_PAYLOAD |
The error detail returned when an invalid mobile payload is provided.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_OTP |
The error detail returned when an invalid or expired OTP is provided during multi-factor authentication.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.INVALID_USER_CODE |
The error detail returned when the user submits an invalid code during the OAuth device
authorization flow.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.OTP_ATTEMPTS_LIMIT |
The error detail returned when a user has performed too many unsuccessful OTP attempts.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.OTP_EXPIRED |
The error detail returned when the OTP has expired.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.OTP_RESEND_LIMIT |
The error detail returned when a user has re-sent the OTP the maximum number of times.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.PASSWORD_CHANGE_ERROR |
The error detail returned when an password change error is encountered.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.PUSH_FAILED |
The error detail returned when the push notification failed.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.REGISTRATION_FAILED |
The error detail returned when an error is encountered while registering a user.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.TOTP_ATTEMPTS_LIMIT |
The error detail returned when a user has performed too many unsuccessful TOTP attempts.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.UNEXPECTED_ACTION_MODEL |
The error detail returned when an unexpected action model is provided when none is expected for an authentication API POST request
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.UNRECOGNIZED_FIELD_NAME |
The error detail returned when an unrecognized field is encountered in an authentication API POST request.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.USER_CODE_EXPIRED |
The error detail returned when the user provides an expired code during the OAuth device authorization
flow.
|
static AuthnErrorDetailSpec |
CommonErrorDetailSpec.USER_CODE_LOCKED |
The error detail returned when a temporary lockout occurs during the OAuth device authorization
flow.
|