Skip to main content
Module

x/live/deps.ts>supabase.UserAttributes

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface supabase.UserAttributes
import { type supabase } from "https://deno.land/x/live@1.63.12/deps.ts";
const { UserAttributes } = supabase;

Properties

optional
email: string

The user's email.

optional
phone: string

The user's phone.

optional
password: string

The user's password.

optional
nonce: string

The nonce sent for reauthentication if the user's password is to be updated.

Call reauthenticate() to obtain the nonce first.

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.