[][src]Trait openidconnect::JsonWebKeyType

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

Key type (e.g., RSA).

Implementors

impl JsonWebKeyType for CoreJsonWebKeyType[src]

Loading content...