Type alias GenerateRecoveryLinkParams

GenerateRecoveryLinkParams: {
    email: string;
    options?: Pick<GenerateLinkOptions, "redirectTo">;
    type: "recovery";
}

Type declaration

  • email: string

    The user's email

  • Optional options?: Pick<GenerateLinkOptions, "redirectTo">
  • type: "recovery"

Generated using TypeDoc