Table of Contents

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

string

BarcodeUri

The URI to generate a QR code for the authenticator.

[JsonProperty("barcode_uri")]
public string BarcodeUri { get; set; }

Property Value

string

BindingMethod

Indicates the binding method used.

[JsonProperty("binding_method")]
public string BindingMethod { get; set; }

Property Value

string

OobChannel

The OOB channels used.

[JsonProperty("oob_channel")]
public string OobChannel { get; set; }

Property Value

string

OobCode

The code used for out-of-band authentication.

[JsonProperty("oob_code")]
public string OobCode { get; set; }

Property Value

string

RecoveryCodes

An array of recovery codes generated for the user.

[JsonProperty("recovery_codes")]
public List<string> RecoveryCodes { get; set; }

Property Value

List<string>

Secret

The secret to use for the OTP.

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

Property Value

string