Class TOTP
public class TOTP
- Inheritance
-
TOTP
- Inherited Members
Properties
QrCode
[JsonProperty("qr_code")]
public string QrCode { get; set; }
Property Value
Secret
[JsonProperty("secret")]
public string Secret { get; set; }
Property Value
Uri
[JsonProperty("uri")]
public string Uri { get; set; }