Interface | Description |
---|---|
AccessToken |
The Access Token is used by an application to access protected resources.
|
Claims | |
IdentityToken |
An Identity token is a security token that is issued in an authentication flow
process.
|
JwtClaims |
Standard JWT claims.
|
OpenIdClaims |
User Claims received from the userinfo endpoint.
|
OpenIdContext |
An injectable interface that provides access to access token, identity token,
claims and OpenId Connect provider related information.
|
RefreshToken |
A refresh token provides continuous access to an authentication server while the
user is not logged into an application by issuing a new access token.
|
Class | Description |
---|---|
Scope |
Enum | Description |
---|---|
AccessToken.Type |