Module matrix_sdk::oidc::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§
- A client ID that has been registered with an OpenID Connect provider.
- The data needed to restore an OpenID Connect session.
Enums§
- Errors related to persisting OIDC registrations.