Package com.nimbusds.oauth2.sdk.ciba
Class CIBAError
- java.lang.Object
-
- com.nimbusds.oauth2.sdk.ciba.CIBAError
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorObject
EXPIRED_LOGIN_HINT_TOKEN
Thelogin_hint_token
provided in the CIBA request is not valid because it has expired.static ErrorObject
EXPIRED_TOKEN
Theauth_req_id
has expired.static ErrorObject
INVALID_BINDING_MESSAGE
The binding message (binding_message
) is invalid or unacceptable in the given request context.static ErrorObject
INVALID_USER_CODE
The secretuser_code
was invalid.static ErrorObject
MISSING_USER_CODE
A secretuser_code
is required but was missing from the request.static ErrorObject
TRANSACTION_FAILED
The transaction failed due to an unexpected condition.static ErrorObject
UNKNOWN_USER_ID
The OpenID provider / OAuth 2.0 authorisation server is not able to identify the end-user by means of thelogin_hint_token
,id_token_hint
orlogin_hint
in the provided in the request.
-
-
-
Field Detail
-
EXPIRED_LOGIN_HINT_TOKEN
public static final ErrorObject EXPIRED_LOGIN_HINT_TOKEN
Thelogin_hint_token
provided in the CIBA request is not valid because it has expired.
-
UNKNOWN_USER_ID
public static final ErrorObject UNKNOWN_USER_ID
The OpenID provider / OAuth 2.0 authorisation server is not able to identify the end-user by means of thelogin_hint_token
,id_token_hint
orlogin_hint
in the provided in the request.
-
MISSING_USER_CODE
public static final ErrorObject MISSING_USER_CODE
A secretuser_code
is required but was missing from the request.
-
INVALID_USER_CODE
public static final ErrorObject INVALID_USER_CODE
The secretuser_code
was invalid.
-
INVALID_BINDING_MESSAGE
public static final ErrorObject INVALID_BINDING_MESSAGE
The binding message (binding_message
) is invalid or unacceptable in the given request context.
-
EXPIRED_TOKEN
public static final ErrorObject EXPIRED_TOKEN
Theauth_req_id
has expired.
-
TRANSACTION_FAILED
public static final ErrorObject TRANSACTION_FAILED
The transaction failed due to an unexpected condition.
-
-