pub struct VerifyJwt { /* private fields */ }Expand description
Minimal verifier for asymmetric Ed25519 JWT.
Only public key is required.
Implementations§
Trait Implementations§
Source§impl AccessTokenVerifier for VerifyJwt
impl AccessTokenVerifier for VerifyJwt
Auto Trait Implementations§
impl Freeze for VerifyJwt
impl RefUnwindSafe for VerifyJwt
impl Send for VerifyJwt
impl Sync for VerifyJwt
impl Unpin for VerifyJwt
impl UnsafeUnpin for VerifyJwt
impl UnwindSafe for VerifyJwt
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