Trait openidconnect::JsonWebKeyType[][src]

pub trait JsonWebKeyType: Clone + Debug + DeserializeOwned + PartialEq + Serialize + 'static { }
Expand description

Key type (e.g., RSA).

Implementors