You've already forked authentication-service
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:
committed by
Quentin Gliech
parent
dc6b515906
commit
fab5d166f3
@ -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.
|
||||
///
|
||||
|
Reference in New Issue
Block a user