Back to Node Auth0

Interface SendEmailLinkRequest

docs/interfaces/auth.SendEmailLinkRequest.html

5.9.1891 B
Original Source
  • auth
  • SendEmailLinkRequest

Interface SendEmailLinkRequest

interface SendEmailLinkRequest {
email: string;
send?: "link";
authParams?: Record<string, unknown>;
}

Index

Properties

emailsend?authParams?

Properties

email

email: string

The user's email address

Optionalsend

send?: "link"

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

OptionalauthParams

authParams?: Record<string, unknown>

Append or override the link parameters (like scope, redirect_uri, protocol, response_type), when you send a link using email.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties emailsendauthParams