Trait jwt::token::verified::VerifyWithKey[][src]

pub trait VerifyWithKey<T> {
    fn verify_with_key(self, key: &impl VerifyingAlgorithm) -> Result<T, Error>;
}
Expand description

Allow objects to be verified with a key.

Required methods

Implementations on Foreign Types

Implementors