Package io.micronaut.security.oauth2.endpoint.token.response
-
Interface Summary Interface Description OauthUserDetailsMapper A contract for mapping an OAuth 2.0 token endpoint response to aUserDetails
object.OpenIdClaims ID Token.OpenIdUserDetailsMapper Responsible for converting an OpenID token response to aUserDetails
representing the authenticated user. -
Class Summary Class Description Address Representation of an Address Claim which represents a physical mailing address.DefaultOpenIdUserDetailsMapper The default implementation ofOpenIdUserDetailsMapper
that uses the subject claim for the username and populates the attributes with the non JWT standard claims.JWTOpenIdClaims An implementation ofOpenIdClaims
backed by anJWTClaimsSet
.OpenIdTokenResponse Id Token Access Token Response.TokenErrorResponse Represent the response of an authorization server to an invalid access token request.TokenResponse Represent the response of an authorization server to a valid access token request. -
Enum Summary Enum Description TokenError