Class AssociateMfaAuthenticatorResponse
- Namespace
- Auth0.AuthenticationApi.Models.Mfa
- Assembly
- Auth0.AuthenticationApi.dll
public class AssociateMfaAuthenticatorResponse
- Inheritance
-
AssociateMfaAuthenticatorResponse
- Inherited Members
Properties
AuthenticatorType
Type of authenticator added.
[JsonProperty("authenticator_type")]
public string AuthenticatorType { get; set; }
Property Value
BarcodeUri
The URI to generate a QR code for the authenticator.
[JsonProperty("barcode_uri")]
public string BarcodeUri { get; set; }
Property Value
BindingMethod
Indicates the binding method used.
[JsonProperty("binding_method")]
public string BindingMethod { get; set; }
Property Value
OobChannel
The OOB channels used.
[JsonProperty("oob_channel")]
public string OobChannel { get; set; }
Property Value
OobCode
The code used for out-of-band authentication.
[JsonProperty("oob_code")]
public string OobCode { get; set; }
Property Value
RecoveryCodes
An array of recovery codes generated for the user.
[JsonProperty("recovery_codes")]
public List<string> RecoveryCodes { get; set; }
Property Value
Secret
The secret to use for the OTP.
[JsonProperty("secret")]
public string Secret { get; set; }