MCPcopy Index your code
hub / github.com/e2b-dev/E2B / UserOAuth

Interface UserOAuth

packages/cli/src/user.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface UserOAuth {
13 token_endpoint: string
14 revoke_endpoint: string
15 client_id: string
16}
17
18export interface UserTokens {
19 access_token: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…