pub fn default_creds_file() -> Result<PathBuf, CredentialsError>
Expand description

Returns the default credentials file path.

let cred_path = b2creds::default_creds_file().unwrap();
println!("B2 Creds Path: {}", cred_path.display());