Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication helpers for the Asana API client.

Structs§

AuthToken
Wrapper around a Personal Access Token (PAT) ensuring secret handling.
StaticTokenProvider
Simple token provider that always returns the same token.

Traits§

TokenProvider
Trait for providing access tokens; enables testing without touching the concrete configuration layer.