Bases: TypedDict
Authentication data for Copilot/GitHub provider.
This follows the same pattern as CodexAuthData for consistency.
Attributes:
| Name |
Type |
Description |
access_token |
str | None
|
Bearer token for GitHub Copilot API authentication
|
token_type |
str | None
|
Token type (typically "bearer")
|