Interface AuthorizationResponse
- All Known Subinterfaces:
OauthAuthorizationResponse
,OpenIdAuthorizationResponse
- All Known Implementing Classes:
AbstractAuthorizationResponse
,DefaultOauthAuthorizationResponse
,DefaultOpenIdAuthorizationResponse
public interface AuthorizationResponse
OAuth 2.0 Authentication Response.
- Since:
- 1.2.0
- Author:
- Sergio del Amo
- See Also:
-
Field Details
-
KEY_CODE
- See Also:
-
KEY_STATE
- See Also:
-
-
Method Details
-
getState
- Returns:
- The state parameter in the callback request
-
getCode
- Returns:
- An authorization code which the client will later exchange for an access token.
-
getCallbackRequest
@NonNull @NonNull io.micronaut.http.HttpRequest<?> getCallbackRequest()- Returns:
- The authorization callback request
-