Module mas_oidc_client::types::registration
Expand description
Types for Dynamic Client Registration.
Structs§
- Client metadata, as described by the IANA registry.
- The issuer response to dynamic client registration.
- A collection of localized variants.
- The verified client metadata.
Enums§
- All errors that can happen when verifying
ClientMetadata
.
Constants§
- The default value of
application_type
if it is not set. - The default value of
id_token_encrypted_response_enc
if it is not set. - The default value of
grant_types
if it is not set. - The default value of
response_types
if it is not set. - The default value of
id_token_signed_response_alg
if it is not set. - The default value of
token_endpoint_auth_method
if it is not set.