Available on crate feature
experimental-oidc
only.Expand description
OpenID Connect client registration management.
This module provides a way to persist OIDC client registrations outside of
the state store. This is useful when using a Client
with an in-memory
store or when different store paths are used for multi-account support
within the same app, and those accounts need to share the same OIDC client
registration.
Structs§
- Client
Id - Client identifier issued to the client during the registration process described by Section 2.2.
- Oidc
Registrations - The data needed to restore an OpenID Connect session.
Enums§
- Oidc
Registrations Error - Errors related to persisting OIDC registrations.