Class OpenIdTokenResponse
java.lang.Object
io.micronaut.security.oauth2.endpoint.token.response.TokenResponse
io.micronaut.security.oauth2.endpoint.token.response.OpenIdTokenResponse
Id Token Access Token Response.
 After receiving and validating a valid and authorized Token Request from the Client, the Authorization Server returns a successful response that includes an ID Token and an Access Token.
- Since:
- 1.2.0
- Author:
- Sergio del Amo
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.security.oauth2.endpoint.token.response.TokenResponseequals, getAccessToken, getExpiresIn, getExpiresInDate, getRefreshToken, getScope, getTokenType, hashCode, setAccessToken, setExpiresIn, setRefreshToken, setScope, setTokenType
- 
Constructor Details- 
OpenIdTokenResponsepublic OpenIdTokenResponse()
 
- 
- 
Method Details- 
getIdToken- Returns:
- ID Token value associated with the authenticated session.
 
- 
setIdToken- Parameters:
- idToken- ID Token value associated with the authenticated session.
 
 
-