Module matrix_sdk::oidc::types::client_credentials
source · Available on crate feature
experimental-oidc
only.Expand description
Types and methods for client credentials.
Structs§
- A request with client credentials added to it.
Enums§
- The credentials obtained during registration, to authenticate a client on endpoints that require it.
- The method used to sign JWTs with a private key.
Constants§
- The supported authentication methods of this library.
Type Aliases§
- A function that takes a map of claims and a signing algorithm and returns a signed JWT.