Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deco/deps.ts>supabase.GenerateLinkOptions

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
interface supabase.GenerateLinkOptions
import { type supabase } from "https://deno.land/x/deco@1.35.3/deps.ts";
const { GenerateLinkOptions } = supabase;

Properties

optional
data: object

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

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

optional
redirectTo: string

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