Interface OauthAuthorizationRequest
- All Superinterfaces:
AuthorizationRequest
A marker contract to denote a given authorization request is
not part of the OpenID standard.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
Field Summary
Fields inherited from interface io.micronaut.security.oauth2.endpoint.authorization.request.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 io.micronaut.security.oauth2.endpoint.authorization.request.AuthorizationRequest
getClientId, getPkceChallenge, getRedirectUri, getResponseType, getScopes, getState