Interface | Description |
---|---|
AccessToken |
The Access Token is used by an application to access protected resources.
|
IdentityToken |
Identity tokens is a security token that issued in authentication flow
process.
|
OpenIdConstant |
Contains constant specific to OpenId Connect specification
http://openid.net/specs/openid-connect-core-1_0.html
|
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 authentication server while the
user is not logged into application by issuing new access token.
|
Class | Description |
---|---|
OpenIdClaims |
User Claims received from the userinfo endpoint
|
OpenIdState |
Class to hold state of OpenId
|
Scope |
Enum | Description |
---|---|
AccessToken.Type | |
DisplayType |
Display specifies how the Authorization Server displays the authentication
and consent user interface pages to the End-User.
|
PromptType |
Prompt specifies whether the Authorization Server prompts the End-User for
re-authentication and consent.
|
Copyright © 2020. All rights reserved.