GenerateLinkProperties
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
§
{
[src]action_link: string;
email_otp: string;
hashed_token: string;
redirect_to: string;
verification_type: GenerateLinkType;
}