Skip to main content

ProviderUserInfo

Agent Runtimes


Agent Runtimes / identity/types / ProviderUserInfo

Interface: ProviderUserInfo

Defined in: identity/types.ts:74

User info from OAuth provider

Properties

avatarUrl?

optional avatarUrl?: string

Defined in: identity/types.ts:84

Avatar URL


email?

optional email?: string

Defined in: identity/types.ts:82

Email address


id

id: string

Defined in: identity/types.ts:76

Provider-specific user ID


name?

optional name?: string

Defined in: identity/types.ts:80

Display name


profileUrl?

optional profileUrl?: string

Defined in: identity/types.ts:86

Profile URL


raw?

optional raw?: Record<string, unknown>

Defined in: identity/types.ts:88

Additional provider-specific data


username?

optional username?: string

Defined in: identity/types.ts:78

Username or handle