Interface OpenIdAuthorizationResponse
- All Superinterfaces:
- AuthorizationResponse
- All Known Implementing Classes:
- DefaultOpenIdAuthorizationResponse
An extension of 
AuthorizationResponse that allows for
 retrieval of the persisted nonce value.- Since:
- 1.2.0
- Author:
- James Kleeh
- 
Field SummaryFields inherited from interface io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationResponseKEY_CODE, KEY_STATE
- 
Method SummaryMethods inherited from interface io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationResponsegetCallbackRequest, getCode, getState
- 
Method Details- 
getNonce- Returns:
- The persisted nonce value
 
 
-