Struct credentials::Options [] [src]

pub struct Options { /* fields omitted */ }

Options which can be passed to Client::new.

Methods

impl Options
[src]

Specify a Secretfile for the Client to use. This takes self by value, so it consumes the Options structure it is called on, and returns a new one. Defaults to Secretfile::default().

Allow secrets in environment variables and local files to override the ones specified in our Secretfile. Defaults to true.

Trait Implementations

impl Default for Options
[src]

Create an Options object using the default values for each option.