AuthList

Type Alias AuthList 

Source
pub type AuthList = Vec<Auth>;
Expand description

A type alias for a list of authentications, to attach methods.

Aliased Typeยง

pub struct AuthList { /* private fields */ }