Table of Contents

Class User

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

Properties

AppMetadata

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

Property Value

Dictionary<string, object>

Aud

[JsonProperty("aud")]
public string? Aud { get; set; }

Property Value

string

BannedUntil

[JsonProperty("banned_until")]
public DateTime? BannedUntil { get; set; }

Property Value

DateTime?

ConfirmationSentAt

[JsonProperty("confirmation_sent_at")]
public DateTime? ConfirmationSentAt { get; set; }

Property Value

DateTime?

ConfirmedAt

[JsonProperty("confirmed_at")]
public DateTime? ConfirmedAt { get; set; }

Property Value

DateTime?

CreatedAt

[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

Email

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

Property Value

string

EmailConfirmedAt

[JsonProperty("email_confirmed_at")]
public DateTime? EmailConfirmedAt { get; set; }

Property Value

DateTime?

Factors

[JsonProperty("factors")]
public List<Factor> Factors { get; set; }

Property Value

List<Factor>

Id

[JsonProperty("id")]
public string? Id { get; set; }

Property Value

string

Identities

[JsonProperty("identities")]
public List<UserIdentity> Identities { get; set; }

Property Value

List<UserIdentity>

InvitedAt

[JsonProperty("invited_at")]
public DateTime? InvitedAt { get; set; }

Property Value

DateTime?

IsAnonymous

[JsonProperty("is_anonymous")]
public bool IsAnonymous { get; set; }

Property Value

bool

LastSignInAt

[JsonProperty("last_sign_in_at")]
public DateTime? LastSignInAt { get; set; }

Property Value

DateTime?

Phone

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

Property Value

string

PhoneConfirmedAt

[JsonProperty("phone_confirmed_at")]
public DateTime? PhoneConfirmedAt { get; set; }

Property Value

DateTime?

RecoverySentAt

[JsonProperty("recovery_sent_at")]
public DateTime? RecoverySentAt { get; set; }

Property Value

DateTime?

Role

[JsonProperty("role")]
public string? Role { get; set; }

Property Value

string

UpdatedAt

[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?

UserMetadata

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

Property Value

Dictionary<string, object>