Skip to main content

Module token_store

Module token_store 

Source
Expand description

Secure token storage for proxy OAuth providers.

Uses the OS keychain (macOS Keychain / freedesktop Secret Service / Windows Credential Manager) via the keyring crate. Falls back to a 0600 file under ~/.st/proxy_tokens/ when no backend is available (headless Linux etc.).

Structs§

StoredToken

Functions§

delete
load
save
Save a token for provider under account account (email / user id / “default”).