Interface OpenIdAuthorizationResponse
-
- All Superinterfaces:
AuthorizationResponse
- All Known Implementing Classes:
DefaultOpenIdAuthorizationResponse
public interface OpenIdAuthorizationResponse extends AuthorizationResponse
An extension ofAuthorizationResponse
that allows for retrieval of the persisted nonce value.- Since:
- 1.2.0
- Author:
- James Kleeh
-
-
Field Summary
-
Fields inherited from interface io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationResponse
KEY_CODE, KEY_STATE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNonce()
-
Methods inherited from interface io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationResponse
getCallbackRequest, getCode, getState
-
-