Skip to main content

Authenticator

Trait Authenticator 

Source
pub trait Authenticator: Send + Sync {
    // Required method
    fn apply(&self, headers: &mut HeaderMap) -> Result<(), Error>;
}

Required Methods§

Source

fn apply(&self, headers: &mut HeaderMap) -> Result<(), Error>

Implementors§