Expand description
OAuth token persistence.
Stores tokens in JSON format in the user’s config directory. Tokens are automatically saved after successful authentication and loaded on subsequent CLI invocations.
§Security
Token files are stored with restrictive permissions (0600 on Unix) to prevent other users from reading sensitive credentials.
Structs§
- Token
Store - Token storage manager.
Enums§
- Token
Store Error - Errors that can occur when storing/loading tokens.