Structs§
- Token
Storage - OAuth token storage structure
Functions§
- delete_
all_ for_ account - Delete all stored credentials for an account
- delete_
tokens - Delete stored OAuth tokens (from both secure storage and file)
- delete_
tokens_ for_ account - Delete OAuth tokens for a specific account
- get_
access_ token - Get just the access token (for convenience)
- get_
api_ key_ for_ account - Get API key for a specific account
- get_
bearer_ token_ for_ account - Get bearer token for a specific account
- get_
tokens - Get stored OAuth tokens (tries secure storage first, then file)
- get_
tokens_ for_ account - Get OAuth tokens for a specific account
- has_
valid_ token - Check if we have valid (non-expired) tokens
- store_
api_ key_ for_ account - Store API key for a specific account
- store_
bearer_ token_ for_ account - Store bearer token for a specific account
- store_
tokens - Store OAuth tokens (file-based storage with fallback to secure storage)
- store_
tokens_ for_ account - Store OAuth tokens for a specific account