Trait openidconnect::JsonWebKeyType[][src]

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

Key type (e.g., RSA).

Implementors

Loading content...