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 Summary
Fields inherited from interface io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationResponse
KEY_CODE, KEY_STATE - 
Method Summary
Methods inherited from interface io.micronaut.security.oauth2.endpoint.authorization.response.AuthorizationResponse
getCallbackRequest, getCode, getState 
- 
Method Details
- 
getNonce
- Returns:
 - The persisted nonce value
 
 
 -