Back to Node Auth0

Interface SendEmailCodeRequest

docs/interfaces/auth.SendEmailCodeRequest.html

5.9.1582 B
Original Source
  • auth
  • SendEmailCodeRequest

Interface SendEmailCodeRequest

interface SendEmailCodeRequest {
email: string;
send?: "code";
}

Index

Properties

emailsend?

Properties

email

email: string

The user's email address

Optionalsend

send?: "code"

Use link to send a link or code to send a verification code. If omitted, a link will be sent.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties emailsend