Table of Contents

Class UserAttributes

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll
public class UserAttributes
Inheritance
UserAttributes
Derived
Inherited Members

Properties

Data

A custom data object for user_metadata that a user can modify.Can be any JSON.

[JsonProperty("data")]
public Dictionary<string, object> Data { get; set; }

Property Value

Dictionary<string, object>

Email

[JsonProperty("email")]
public string? Email { get; set; }

Property Value

string

EmailChangeToken

[JsonProperty("email_change_token")]
public string? EmailChangeToken { get; set; }

Property Value

string

Nonce

[JsonProperty("nonce")]
public string? Nonce { get; set; }

Property Value

string

Password

[JsonProperty("password")]
public string? Password { get; set; }

Property Value

string

Phone

[JsonProperty("phone")]
public string? Phone { get; set; }

Property Value

string