Back to Node Auth0

Interface Identity

docs/interfaces/management.Management.Identity.html

5.9.11.1 KB
Original Source

Interface Identity

This must be provided to verify primary social, enterprise and passwordless email identities. Also, is needed to verify secondary identities.

interface Identity {
user_id: string;
provider: Management.IdentityProviderEnum;
connection_id?: string;
}

Index

Properties

user_idproviderconnection_id?

Properties

user_id

user_id: string

user_id of the identity to be verified.

provider

provider: Management.IdentityProviderEnum

Optionalconnection_id

connection_id?: string

connection_id of the identity.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties user_idproviderconnection_id