File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,11 +98,10 @@ oxide-code implements the same refresh flow: proactive refresh with the 5-minute
9898
9999## Sources
100100
101- - ` claude-code/src/services/api/client .ts ` — SDK client construction
102- - ` claude-code/src/utils/betas .ts ` — beta header assembly
101+ - ` claude-code/src/constants/betas .ts ` — beta header constants
102+ - ` claude-code/src/constants/oauth .ts ` — OAuth client ID, token URL, scopes
103103- ` claude-code/src/constants/system.ts ` — system prompt prefix
104- - ` claude-code/src/utils/secureStorage/plainTextStorage.ts ` — credential file I/O
105- - ` claude-code/src/utils/auth.ts ` — OAuth token retrieval and refresh
104+ - ` claude-code/src/services/api/client.ts ` — SDK client construction
106105- ` claude-code/src/services/oauth/client.ts ` — token refresh endpoint and request format
107- - ` claude-code/src/constants/oauth .ts ` — OAuth client ID, token URL, scopes
108- - ` claude-code/src/constants/betas .ts ` — beta header constants
106+ - ` claude-code/src/utils/auth .ts ` — OAuth token retrieval and refresh
107+ - ` claude-code/src/utils/secureStorage/plainTextStorage .ts ` — credential file I/O
You can’t perform that action at this time.
0 commit comments