See: Description
| Interface | Description |
|---|---|
| User |
An interface that represents a resource owner (in the context of
OAuth 2.0) or
an end user (in the context of OpenID Connect).
|
| Class | Description |
|---|---|
| ClientClaims | |
| IdTokenClaims |
Claims used within the ID Token for all OAuth 2.0 flows
used by OpenID Connect.
|
| StandardClaims |
Standard claims.
|
| Enum | Description |
|---|---|
| ApplicationType |
Values for
application_type. |
| ClaimsScope |
Scopes which are used to request claims.
|
| ClaimType |
Claim types.
|
| ClientAuthMethod |
Client authentication methods.
|
| ClientType |
Client types of OAuth 2.0 client applications.
|
| CodeChallengeMethod |
Values for
code_challenge_method. |
| Display |
Values for
display. |
| ErrorCode |
Values for
error from OAuth 2.0 endpoints. |
| GrantType |
Values for
grant_type. |
| HashAlg |
Hash algorithm.
|
| JWEAlg |
"alg" (Algorithm) Header Parameter Values for JWE. |
| JWEEnc |
"enc" (Encryption Algorithm) Header Parameter Values for JWE. |
| JWSAlg |
"alg" (Algorithm) Header Parameter Values for JWS. |
| Plan |
Plan.
|
| Prompt |
Values for
prompt. |
| ResponseMode |
Values for
response_mode. |
| ResponseType |
Values for
response_type. |
| Sns | |
| StandardScope |
Scopes defined by related specifications.
|
| SubjectType |
Values for
subject_type. |
Copyright © 2017. All rights reserved.