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

Interface UserTokens

packages/cli/src/user.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface UserTokens {
19 access_token: string
20 refresh_token: string
21}
22
23export interface UserConfig {
24 version: 1

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…