Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GenerateLinkOptions

interface GenerateLinkOptions {
data?: object;
redirectTo?: string;
}

§Properties

§
data?: object
[src]

A custom data object to store the user's metadata. This maps to the auth.users.raw_user_meta_data column.

The data should be a JSON object that includes user-specific info, such as their first and last name.

§
redirectTo?: string
[src]

The URL which will be appended to the email link generated.