Interface UserIdentity

Hierarchy

  • UserIdentity

Properties

access_token?: string

IDP access token returned if scope read:user_idp_tokens is defined.

access_token_secret?: string

IDP access token secret returned only if scope read:user_idp_tokens is defined.

connection: string

Connection name of this identity.

isSocial?: boolean

Whether the identity provider is a social provider (true) or not (false).

profileData?: UserProfile
provider: string

Type of identity provider.

refresh_token?: string

IDP refresh token returned only if scope read:user_idp_tokens is defined.