Expand description
Types to interact with the OpenID Connect specification.
Structs§
- Provider
Metadata - Authorization server metadata, as described by the IANA registry.
- RpInitiated
Logout Request - The body of a request to the RP-Initiated Logout Endpoint.
- Verified
Provider Metadata - The verified authorization server metadata.
Enums§
- Account
Management Action - An account management action that a user can take.
- Application
Type - The kind of an application.
- Authentication
Method OrAccess Token Type - An enum for types that accept either an [
OAuthClientAuthenticationMethod
] or an [OAuthAccessTokenType
]. - Claim
Type - Claim types.
- Provider
Metadata Verification Error - All errors that can happen when verifying
ProviderMetadata
- Subject
Type - Subject Identifier types.
Statics§
- DEFAULT_
AUTH_ METHODS_ SUPPORTED - The default value of
token_endpoint_auth_methods_supported
if it is not set. - DEFAULT_
CLAIM_ TYPES_ SUPPORTED - The default value of
claim_types_supported
if it is not set. - DEFAULT_
GRANT_ TYPES_ SUPPORTED - The default value of
grant_types_supported
if it is not set. - DEFAULT_
RESPONSE_ MODES_ SUPPORTED - The default value of
response_modes_supported
if it is not set.