Expand description
Credential storage for cloud authentication.
Provides secure storage for API keys and encryption keys using the OS keychain when available, with a file-based fallback for systems where the keychain is not accessible.
Structs§
- Credentials
- Cloud service credentials.
- Credentials
Store - Credential storage abstraction.
Functions§
- get_
credentials - Gets the current credentials if logged in.
- is_
logged_ in - Checks if the user is currently logged in.
- require_
login - Requires login, returning an error if not logged in.