Expand description
Authentication helpers for the Asana API client.
Structs§
- Auth
Token - Wrapper around a Personal Access Token (PAT) ensuring secret handling.
- Static
Token Provider - Simple token provider that always returns the same token.
Traits§
- Token
Provider - Trait for providing access tokens; enables testing without touching the concrete configuration layer.