Package com.nimbusds.oauth2.sdk.ciba
Class CIBAError
java.lang.Object
com.nimbusds.oauth2.sdk.ciba.CIBAError
CIBA specific errors.
Related specifications:
- OpenID Connect CIBA Flow - Core 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorObjectThelogin_hint_tokenprovided in the CIBA request is not valid because it has expired.static final ErrorObjectTheauth_req_idhas expired.static final ErrorObjectThe binding message (binding_message) is invalid or unacceptable in the given request context.static final ErrorObjectThe secretuser_codewas invalid.static final ErrorObjectA secretuser_codeis required but was missing from the request.static final ErrorObjectThe transaction failed due to an unexpected condition.static final ErrorObjectThe OpenID provider / OAuth 2.0 authorisation server is not able to identify the end-user by means of thelogin_hint_token,id_token_hintorlogin_hintin the provided in the request. -
Method Summary
-
Field Details
-
EXPIRED_LOGIN_HINT_TOKEN
Thelogin_hint_tokenprovided in the CIBA request is not valid because it has expired. -
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_hintorlogin_hintin the provided in the request. -
MISSING_USER_CODE
A secretuser_codeis required but was missing from the request. -
INVALID_USER_CODE
The secretuser_codewas invalid. -
INVALID_BINDING_MESSAGE
The binding message (binding_message) is invalid or unacceptable in the given request context. -
EXPIRED_TOKEN
Theauth_req_idhas expired. -
TRANSACTION_FAILED
The transaction failed due to an unexpected condition.
-