Type alias GenerateEmailChangeLinkParams
Generate
Email
Change
Link
Params
: { email
: string; newEmail
: string; options
?: Pick<GenerateLinkOptions, "redirectTo">; type
: "email_change_current" | "email_change_new"; }
Type declaration
-
email: string
-
newEmail: string
-
Optional
options?: Pick<GenerateLinkOptions, "redirectTo">
-
type: "email_change_current" | "email_change_new"
The user's email