Skip to main content
Module

x/supabase/mod.ts>UserAttributes

An isomorphic Javascript client for Supabase.
Go to Latest
interface UserAttributes
import { type UserAttributes } from "https://deno.land/x/supabase@1.3.1/mod.ts";

Properties

optional
email: string

The user's email.

optional
password: string

The user's password.

optional
email_change_token: string

An email change token.

optional
data: Record<string, unknown>

A custom data object. Can be any JSON.