Back to Node Auth0

Interface ChangePasswordRequest

docs/interfaces/auth.ChangePasswordRequest.html

5.9.11009 B
Original Source
  • auth
  • ChangePasswordRequest

Interface ChangePasswordRequest

interface ChangePasswordRequest {
client_id?: string;
email: string;
connection: string;
organization?: string;
}

Index

Properties

client_id?emailconnectionorganization?

Properties

Optionalclient_id

client_id?: string

The client_id of your client. Use if you want to override the class's clientId

email

email: string

The user's email address.

connection

connection: string

The name of the database configured to your client.

Optionalorganization

organization?: string

The organization_id of the Organization associated with the user.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties client_idemailconnectionorganization