Expand description
Token provider abstraction for multi-platform credential resolution.
This module defines the TokenProvider trait, which abstracts credential
resolution across different platforms (CLI, iOS, etc.). Each platform
implements this trait to provide GitHub and AI provider tokens from their
respective credential sources.
Traitsยง
- Token
Provider - Provides GitHub and AI provider credentials for API calls.