pub trait AuthClient {
    fn auth(self, credentials: &Credentials) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors