Class MfaEnrollResponse
public class MfaEnrollResponse
- Inheritance
-
MfaEnrollResponse
- Inherited Members
- Extension Methods
Properties
FriendlyName
[JsonProperty("friendly_name")]
public string FriendlyName { get; set; }
Property Value
Id
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Totp
[JsonProperty("totp")]
public TOTP Totp { get; set; }
Property Value
Type
[JsonProperty("type")]
public string Type { get; set; }