Table of Contents

Class TOTP

Namespace
Supabase.Gotrue.Mfa
Assembly
Supabase.Gotrue.dll
public class TOTP
Inheritance
TOTP
Inherited Members

Properties

QrCode

[JsonProperty("qr_code")]
public string QrCode { get; set; }

Property Value

string

Secret

[JsonProperty("secret")]
public string Secret { get; set; }

Property Value

string

Uri

[JsonProperty("uri")]
public string Uri { get; set; }

Property Value

string