Class User
Represents a Gotrue User Ref: https://supabase.github.io/gotrue-js/interfaces/User.html
public class User
- Inheritance
-
User
- Derived
- Inherited Members
Properties
AppMetadata
[JsonProperty("app_metadata")]
public Dictionary<string, object> AppMetadata { get; set; }
Property Value
Aud
[JsonProperty("aud")]
public string? Aud { get; set; }
Property Value
BannedUntil
[JsonProperty("banned_until")]
public DateTime? BannedUntil { get; set; }
Property Value
ConfirmationSentAt
[JsonProperty("confirmation_sent_at")]
public DateTime? ConfirmationSentAt { get; set; }
Property Value
ConfirmedAt
[JsonProperty("confirmed_at")]
public DateTime? ConfirmedAt { get; set; }
Property Value
CreatedAt
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
Property Value
[JsonProperty("email")]
public string? Email { get; set; }
Property Value
EmailConfirmedAt
[JsonProperty("email_confirmed_at")]
public DateTime? EmailConfirmedAt { get; set; }
Property Value
Factors
[JsonProperty("factors")]
public List<Factor> Factors { get; set; }
Property Value
Id
[JsonProperty("id")]
public string? Id { get; set; }
Property Value
Identities
[JsonProperty("identities")]
public List<UserIdentity> Identities { get; set; }
Property Value
InvitedAt
[JsonProperty("invited_at")]
public DateTime? InvitedAt { get; set; }
Property Value
IsAnonymous
[JsonProperty("is_anonymous")]
public bool IsAnonymous { get; set; }
Property Value
LastSignInAt
[JsonProperty("last_sign_in_at")]
public DateTime? LastSignInAt { get; set; }
Property Value
Phone
[JsonProperty("phone")]
public string? Phone { get; set; }
Property Value
PhoneConfirmedAt
[JsonProperty("phone_confirmed_at")]
public DateTime? PhoneConfirmedAt { get; set; }
Property Value
RecoverySentAt
[JsonProperty("recovery_sent_at")]
public DateTime? RecoverySentAt { get; set; }
Property Value
Role
[JsonProperty("role")]
public string? Role { get; set; }
Property Value
UpdatedAt
[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
UserMetadata
[JsonProperty("user_metadata")]
public Dictionary<string, object> UserMetadata { get; set; }