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

x/gotrue/src/index.ts>UserAttributes

An isomorphic Javascript library for GoTrue.
Latest
interface UserAttributes
import { type UserAttributes } from "https://deno.land/x/gotrue@3.0.0/src/index.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.