Expand description
Token resolution — resolves the effective bearer token from env or cache.
See ADR-0007 for the full resolution order (flag → env → .env → cache).
In v1 there is no --token flag, so the effective order is env → cache.
Structs§
- Resolved
Token - The bearer token a command should use for a server, plus its origin.
Enums§
- Token
Origin - Where the effective bearer token came from.
Functions§
- resolve_
token - Resolve the effective bearer token for
server.