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. |
| AssertionTarget |
The part of the service that an assertion processor will be applied to.
|
| ClaimRuleOperation |
The operation that a claim rule will apply to any claims
it processes.
|
| 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. |
| DeliveryMode |
Backchannel token delivery mode defined in the specification of
CIBA (Client Initiated Backchannel Authentication).
|
| Display |
Values for
display. |
| ErrorCode |
Values for
error from OAuth 2.0 endpoints. |
| GrantType |
Values for
grant_type. |
| HashAlg |
Hash algorithm.
|
| HokMethod |
Values for Holder-of-Key method.
|
| 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. |
| ServiceProfile |
Service profile.
|
| Sns | |
| StandardScope |
Scopes defined by related specifications.
|
| SubjectType |
Values for
subject_type. |
| UserCodeCharset |
Character set for end-user verification codes (
user_code)
in Device Flow. |
| UserIdentificationHintType |
Types of hints for end-user identification.
|
Copyright © 2019. All rights reserved.