GenerateLinkProperties

import type { GenerateLinkProperties } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";

The properties related to the email link generated

type GenerateLinkProperties = {
action_link: string;
email_otp: string;
hashed_token: string;
redirect_to: string;
verification_type: GenerateLinkType;
}
;

§Type

§
{
action_link: string;
email_otp: string;
hashed_token: string;
redirect_to: string;
verification_type: GenerateLinkType;
}
[src]