Skip to main content

ProviderUserInfo

Agent Runtimes


Agent Runtimes / identity/types / ProviderUserInfo

Interface: ProviderUserInfo

Defined in: src/identity/types.ts:68

User info from OAuth provider

Properties

avatarUrl?

optional avatarUrl?: string

Defined in: src/identity/types.ts:78

Avatar URL


email?

optional email?: string

Defined in: src/identity/types.ts:76

Email address


id

id: string

Defined in: src/identity/types.ts:70

Provider-specific user ID


name?

optional name?: string

Defined in: src/identity/types.ts:74

Display name


profileUrl?

optional profileUrl?: string

Defined in: src/identity/types.ts:80

Profile URL


raw?

optional raw?: Record<string, unknown>

Defined in: src/identity/types.ts:82

Additional provider-specific data


username?

optional username?: string

Defined in: src/identity/types.ts:72

Username or handle