Expand description
Types to interact with the OpenID Connect specification.
Structs§
- ProviderMetadata 
- Authorization server metadata, as described by the IANA registry.
- RpInitiatedLogout Request 
- The body of a request to the RP-Initiated Logout Endpoint.
- VerifiedProvider Metadata 
- The verified authorization server metadata.
Enums§
- AccountManagement Action 
- An account management action that a user can take.
- ApplicationType 
- The kind of an application.
- AuthenticationMethod OrAccess Token Type 
- An enum for types that accept either an OAuthClientAuthenticationMethodor anOAuthAccessTokenType.
- ClaimType 
- Claim types.
- ProviderMetadata Verification Error 
- All errors that can happen when verifying ProviderMetadata
- SubjectType 
- Subject Identifier types.
Statics§
- DEFAULT_AUTH_ METHODS_ SUPPORTED 
- The default value of token_endpoint_auth_methods_supportedif it is not set.
- DEFAULT_CLAIM_ TYPES_ SUPPORTED 
- The default value of claim_types_supportedif it is not set.
- DEFAULT_GRANT_ TYPES_ SUPPORTED 
- The default value of grant_types_supportedif it is not set.
- DEFAULT_RESPONSE_ MODES_ SUPPORTED 
- The default value of response_modes_supportedif it is not set.