Trait jwtk::VerificationKey[][src]

pub trait VerificationKey {
    fn alg(&self) -> &'static str;
fn verify(&self, v: &[u8], sig: &[u8]) -> Result<()>; }

Required methods

Implementors