pub struct JwksEnabled(/* private fields */);Expand description
Type-state: OIDC mode engaged with JWKS signature verification enabled.
build() is available.
Auto Trait Implementations§
impl !RefUnwindSafe for JwksEnabled
impl !UnwindSafe for JwksEnabled
impl Freeze for JwksEnabled
impl Send for JwksEnabled
impl Sync for JwksEnabled
impl Unpin for JwksEnabled
impl UnsafeUnpin for JwksEnabled
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