We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944459a commit 25ff79dCopy full SHA for 25ff79d
1 file changed
content/copilot/how-tos/copilot-sdk/auth/authenticate.md
@@ -295,7 +295,6 @@ BYOK allows you to use your own API keys from model providers like Azure AI Foun
295
When multiple authentication methods are available, the SDK uses them in this priority order:
296
297
1. **Explicit `gitHubToken`** - Token passed directly to the SDK client or session configuration
298
-1. **HMAC key** - `CAPI_HMAC_KEY` or `COPILOT_HMAC_KEY` environment variables
299
1. **Direct API token** - `GITHUB_COPILOT_API_TOKEN` with `COPILOT_API_URL`
300
1. **Environment variable tokens** - `COPILOT_GITHUB_TOKEN` → `GH_TOKEN` → `GITHUB_TOKEN`
301
1. **Stored OAuth credentials** - From previous `copilot` CLI login
0 commit comments