Skip to main content

Token Caching

Tokens are stored in the operating system keyring, not in config.toml.

PlatformStore
macOSKeychain
WindowsCredential Manager
LinuxSecret Service-compatible keyring

Current known gap: refresh-token handling is not release-grade. If a token expires, run:

teams auth login --device-code

Use teams auth logout or teams auth logout --all to remove stored credentials.