AccessKey

Trait AccessKey 

Source
pub trait AccessKey {
    // Required methods
    fn get_key_id(&self) -> String;
    fn get_jwk(&self) -> Jwk;
}
Expand description

A trait that allows conversion to a jsonwebtoken::jwk::JWK.

Required Methods§

Source

fn get_key_id(&self) -> String

Source

fn get_jwk(&self) -> Jwk

Implementors§