Class MfaEnrollResponse
- Namespace
- Supabase.Gotrue.Mfa
- Assembly
- Supabase.Gotrue.dll
public class MfaEnrollResponse
- Inheritance
-
MfaEnrollResponse
- Inherited Members
-
Properties
FriendlyName
[JsonProperty("friendly_name")]
public string FriendlyName { get; set; }
Property Value
- string
Id
[JsonProperty("id")]
public string Id { get; set; }
Property Value
- string
Totp
[JsonProperty("totp")]
public TOTP Totp { get; set; }
Property Value
- TOTP
Type
[JsonProperty("type")]
public string Type { get; set; }
Property Value
- string