We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6e536 commit 14624edCopy full SHA for 14624ed
src/snowflake/connector/token_cache.py
@@ -69,7 +69,7 @@ class TokenCache(ABC):
69
70
Platform-specific implementations:
71
- macOS/Windows: Uses OS keyring (Keychain/Credential Manager) via 'keyring' library
72
- - Linux: Uses encrypted JSON file in ~/.cache/snowflake/ with 0o600 permissions
+ - Linux: Uses JSON file in ~/.cache/snowflake/ with 0o600 permissions
73
- Fallback: NoopTokenCache (no caching) if secure storage unavailable
74
75
Tokens are keyed by (host, user, token_type) to support multiple accounts.
0 commit comments