Skip to main content

CREDENTIALS_FILE

Constant CREDENTIALS_FILE 

Source
pub const CREDENTIALS_FILE: &'static str;
Expand description

Credentials file, relative to the user home directory.

Documentation-only - mecha10-auth’s credentials::default_credentials_path() is the actual source of truth for this path (see credentials_file() below), since mecha10-auth can’t depend back on this crate (mecha10-cli-core already depends on mecha10-auth, so the reverse edge would be a dependency cycle).