Module matrix_sdk::oidc::types::client_credentials

source ·
Available on crate feature experimental-oidc only.
Expand description

Types and methods for client credentials.

Structs§

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§

Type Aliases§

  • A function that takes a map of claims and a signing algorithm and returns a signed JWT.