Interface SendEmailLinkRequest

Hierarchy

  • SendEmailLinkRequest

Properties

Properties

authParams?: Record<string, unknown>

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

email: string

The user's email address

send?: "link"

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