Trait openidconnect::JsonWebKeyType [−][src]
pub trait JsonWebKeyType: Clone + Debug + DeserializeOwned + PartialEq + Serialize + 'static { }
Key type (e.g., RSA).
pub trait JsonWebKeyType: Clone + Debug + DeserializeOwned + PartialEq + Serialize + 'static { }
Key type (e.g., RSA).
impl JsonWebKeyType for CoreJsonWebKeyType[src]