Back to Node Auth0

Interface DeleteUserIdentityResponseContentItem

docs/interfaces/management.Management.DeleteUserIdentityResponseContentItem.html

5.9.12.0 KB
Original Source

Interface DeleteUserIdentityResponseContentItem

interface DeleteUserIdentityResponseContentItem {
connection: string;
user_id: string;
provider: string;
isSocial?: boolean;
access_token?: string;
access_token_secret?: string;
refresh_token?: string;
profileData?: UserProfileData;
}

Index

Properties

connectionuser_idproviderisSocial?access_token?access_token_secret?refresh_token?profileData?

Properties

connection

connection: string

The name of the connection for the identity.

user_id

user_id: string

The unique identifier for the user for the identity.

provider

provider: string

The type of identity provider.

OptionalisSocial

isSocial?: boolean

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

Optionalaccess_token

access_token?: string

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

Optionalaccess_token_secret

access_token_secret?: string

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

Optionalrefresh_token

refresh_token?: string

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

OptionalprofileData

profileData?: UserProfileData

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connectionuser_idproviderisSocialaccess_tokenaccess_token_secretrefresh_tokenprofileData