[][src]Trait suzume::Header

pub trait Header {
    fn get_alg(&self) -> Option<String> { ... }
fn get_kid(&self) -> Option<String> { ... } }

JWT header

Provided methods

fn get_alg(&self) -> Option<String>

get algorithm

fn get_kid(&self) -> Option<String>

get key id

Loading content...

Implementors

impl Header for Auth0Header[src]

Loading content...