Module token_store

Module token_store 

Source
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§

TokenStore
Token storage manager.

Enums§

TokenStoreError
Errors that can occur when storing/loading tokens.