1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

oidc-client: Derive Clone for ClientCredentials

This commit is contained in:
Kévin Commaille
2023-02-27 11:39:52 +01:00
committed by Quentin Gliech
parent dc6b515906
commit fab5d166f3

View File

@ -108,6 +108,7 @@ impl JwtSigningMethod {
/// The credentials obtained during registration, to authenticate a client on
/// endpoints that require it.
#[derive(Clone)]
pub enum ClientCredentials {
/// No client authentication is used.
///