| Interface | Description |
|---|---|
| OauthAuthenticationMapper |
A contract for mapping an OAuth 2.0 token endpoint response to a
AuthenticationResponse object. |
| OpenIdAuthenticationMapper |
Responsible for converting an OpenID token response to
a
Authentication representing the authenticated user. |
| OpenIdClaims |
ID Token.
|
| Class | Description |
|---|---|
| Address |
Representation of an Address Claim which represents a physical mailing address.
|
| DefaultOpenIdAuthenticationMapper |
The default implementation of
OpenIdAuthenticationMapper that uses
the subject claim for the username and populates the attributes with the
non JWT standard claims. |
| IdTokenLoginHandler |
Sets
CookieLoginHandler`s cookie value to the idtoken received from an authentication provider. |
| JWTOpenIdClaims |
An implementation of
OpenIdClaims backed by an JWTClaimsSet. |
| 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 | Description |
|---|---|
| TokenError |