Enum ddmw_client::auth::CredStore [−][src]
Expand description
Choose where an a token/passphrase is fetched from.
Variants
Buf(String)Credential is stored in a string.
Tuple Fields of Buf
0: StringFile(PathBuf)Credential is stored in a file.
Tuple Fields of File
0: PathBuf