Trait buhtig::CredentialsProvider[][src]

pub trait CredentialsProvider {
    fn token(&self) -> String;
}

Required methods

Implementors