Module oauth2_types::oidc
source · Expand description
Types to interact with the OpenID Connect specification.
Structs§
- Authorization server metadata, as described by the IANA registry.
- The body of a request to the RP-Initiated Logout Endpoint.
- The verified authorization server metadata.
Enums§
- An account management action that a user can take.
- The kind of an application.
- An enum for types that accept either an [
OAuthClientAuthenticationMethod
] or an [OAuthAccessTokenType
]. - Claim types.
- All errors that can happen when verifying
ProviderMetadata
- Subject Identifier types.
Statics§
- The default value of
token_endpoint_auth_methods_supported
if it is not set. - The default value of
claim_types_supported
if it is not set. - The default value of
grant_types_supported
if it is not set. - The default value of
response_modes_supported
if it is not set.