Class Factor
- Namespace
- Supabase.Gotrue.Mfa
- Assembly
- Supabase.Gotrue.dll
- Inheritance
-
Factor
- Inherited Members
-
Properties
CreatedAt
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
Property Value
- DateTime
FactorType
[JsonProperty("factor_type")]
public string FactorType { get; set; }
Property Value
- string
FriendlyName
[JsonProperty("friendly_name")]
public string? FriendlyName { get; set; }
Property Value
- string
Id
[JsonProperty("id")]
public string Id { get; set; }
Property Value
- string
Status
[JsonProperty("status")]
public string Status { get; set; }
Property Value
- string
UpdatedAt
[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }
Property Value
- DateTime