Interface DeleteUserIdentityByUserId200ResponseInner

Hierarchy

  • DeleteUserIdentityByUserId200ResponseInner

Properties

access_token?: string

IDP access token returned only 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

The name of the connection for the identity.

isSocial?: boolean

true if the identity provider is a social provider, falses otherwise

profileData?: UserProfile
provider: string

The type of identity provider.

refresh_token?: string

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

user_id: string

The unique identifier for the user for the identity.