Interface OpenIdAuthorizationRequest
- All Superinterfaces:
AuthorizationRequest
The OpenID extensions to the standard OAuth 2.0 authorization request.
- Since:
- 1.2.0
- Author:
- James Kleeh
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface AuthorizationRequest
PARAMETER_CLIENT_ID, PARAMETER_PKCE_CODE_CHALLENGE, PARAMETER_PKCE_CODE_CHALLENGE_METHOD, PARAMETER_REDIRECT_URI, PARAMETER_RESPONSE_TYPE, PARAMETER_SCOPE, PARAMETER_STATE -
Method Summary
Methods inherited from interface AuthorizationRequest
getClientId, getPkceChallenge, getRedirectUri, getResponseType, getScopes, getState
-
Field Details
-
PARAMETER_RESPONSE_MODE
- See Also:
-
PARAMETER_NONCE
- See Also:
-
PARAMETER_DISPLAY
- See Also:
-
PARAMETER_PROMPT
- See Also:
-
PARAMETER_MAX_AGE
- See Also:
-
PARAMETER_UI_LOCALES
- See Also:
-
PARAMETER_ID_TOKEN_HINT
- See Also:
-
PARAMETER_LOGIN_HINT
- See Also:
-
PARAMETER_ACR_VALUES
- See Also:
-
-
Method Details
-
getNonce
-
getLoginHint
-
getIdTokenHint
- Returns:
- Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client. If the End-User identified by the ID Token is logged in or is logged in by the request, then the Authorization Server returns a positive response; otherwise, it SHOULD return an error, such as login_required.
-
getResponseMode
-
getDisplay
-
getPrompt
-
getMaxAge
-
getUiLocales
-
getAcrValues
-