Module registration

Source
Available on crate feature experimental-oidc only.
Expand description

Structs§

ClientMetadata
Client metadata, as described by the IANA registry.
ClientRegistrationResponse
The issuer response to dynamic client registration.
Localized
A collection of localized variants.
VerifiedClientMetadata
The verified client metadata.

Enums§

ClientMetadataVerificationError
All errors that can happen when verifying ClientMetadata.

Constants§

DEFAULT_APPLICATION_TYPE
The default value of application_type if it is not set.
DEFAULT_ENCRYPTION_ENC_ALGORITHM
The default value of id_token_encrypted_response_enc if it is not set.
DEFAULT_GRANT_TYPES
The default value of grant_types if it is not set.
DEFAULT_RESPONSE_TYPES
The default value of response_types if it is not set.
DEFAULT_SIGNING_ALGORITHM
The default value of id_token_signed_response_alg if it is not set.
DEFAULT_TOKEN_AUTH_METHOD
The default value of token_endpoint_auth_method if it is not set.