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

Interface UserIdentity

packages/cli/src/user.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * User configuration stored in ~/.e2b/config.json
7 */
8export interface UserIdentity {
9 email: string
10}
11
12export interface UserOAuth {
13 token_endpoint: 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…