Interface OauthAuthorizationRequest
-
- All Superinterfaces:
AuthorizationRequest
public interface OauthAuthorizationRequest extends 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_REDIRECT_URI, PARAMETER_RESPONSE_TYPE, PARAMETER_SCOPE, PARAMETER_STATE
-
-
Method Summary
-
Methods inherited from interface io.micronaut.security.oauth2.endpoint.authorization.request.AuthorizationRequest
getClientId, getRedirectUri, getResponseType, getScopes, getState
-
-