Module types

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

OAuth 2.0 and OpenID Connect types.

Modules§

client_credentials
Types and methods for client credentials.
errors
Error types returned by an authorization server.
iana
Values from IANA registries, generated by the mas-iana-codegen crate
oidc
Types to interact with the OpenID Connect specification.
pkce
Types for the Proof Key for Code Exchange.
prelude
Traits intended for blanket imports.
registration
Types for Dynamic Client Registration.
requests
Requests and response types to interact with the OAuth 2.0 specification.
response_type
Response types in the OpenID Connect specification.
scope
Helpers types to use scopes.
webfinger
Types for provider discovery using Webfinger.

Type Aliases§

IdToken
An OpenID Connect ID Token.