Module registration

Source
Expand description

Types and functions for OAuth 2.0 Dynamic Client Registration (RFC 7591).

Re-exports§

pub use language_tags;

Structs§

ClientMetadata
The metadata necessary to register a client with an OAuth 2.0 authorization server.
ClientRegistrationResponse
A successful response to OAuth 2.0 Dynamic Client Registration (RFC 7591).
Localized
A collection of localized variants.

Enums§

ApplicationType
The possible types of an application.
OAuthGrantType
The grant types that the user will use at the token endpoint.