pub trait ClientAuthMethod: Debug + DeserializeOwned + Serialize + 'static { }
Expand description

Client authentication method.

Object Safety§

This trait is not object safe.

Implementors§