Struct oidc_jwt_validator::cache::JwkSetStore
source · pub struct JwkSetStore {
pub jwks: JwkSet,
pub cache_policy: Settings,
/* private fields */
}Expand description
Helper Struct for storing
Fields§
§jwks: JwkSet§cache_policy: SettingsImplementations§
source§impl JwkSetStore
impl JwkSetStore
Auto Trait Implementations§
impl RefUnwindSafe for JwkSetStore
impl Send for JwkSetStore
impl Sync for JwkSetStore
impl Unpin for JwkSetStore
impl UnwindSafe for JwkSetStore
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more