pub struct JtiBlocklist { /* private fields */ }Expand description
In-memory JTI blocklist for token revocation.
Stores revoked JTI values with their expiry time so they can be cleaned up once the token would have expired anyway.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for JtiBlocklist
impl RefUnwindSafe for JtiBlocklist
impl Send for JtiBlocklist
impl Sync for JtiBlocklist
impl Unpin for JtiBlocklist
impl UnsafeUnpin for JtiBlocklist
impl UnwindSafe for JtiBlocklist
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