Skip to main content

OAuthUserProfile

API Docs


Interface: OAuthUserProfile

Defined in: src/utilities/auth/oauth/types.ts:16

Normalized user profile from OAuth provider

Properties

email?

optional email: string

Defined in: src/utilities/auth/oauth/types.ts:18


emailVerified?

optional emailVerified: boolean

Defined in: src/utilities/auth/oauth/types.ts:21


name?

optional name: string

Defined in: src/utilities/auth/oauth/types.ts:19


picture?

optional picture: string

Defined in: src/utilities/auth/oauth/types.ts:20


providerId

providerId: string

Defined in: src/utilities/auth/oauth/types.ts:17