Back to Node Auth0

Interface ChangePasswordTicketIdentity

docs/interfaces/management.Management.ChangePasswordTicketIdentity.html

5.9.1900 B
Original Source

Interface ChangePasswordTicketIdentity

The user's identity. If you set this value, you must also send the user_id parameter.

interface ChangePasswordTicketIdentity {
user_id: string;
provider: "auth0";
connection_id?: string;
}

Index

Properties

user_idproviderconnection_id?

Properties

user_id

user_id: string

user_id of the identity.

provider

provider: "auth0"

Optionalconnection_id

connection_id?: string

connection_id of the identity.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties user_idproviderconnection_id