Module registrations

Source
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§

ClientId
Client identifier issued to the client during the registration process described by Section 2.2.
OidcRegistrations
The data needed to restore an OpenID Connect session.

Enums§

OidcRegistrationsError
Errors related to persisting OIDC registrations.