AuthenticateWith

Type Alias AuthenticateWith 

Source
pub type AuthenticateWith<'a> = AuthenticateWith<'a>;

Aliased Type§

pub enum AuthenticateWith<'a> {
    Basic(&'a str, &'a str),
    APIKey(&'a str),
}

Variants§

§

Basic(&'a str, &'a str)

§

APIKey(&'a str)