Table of Contents

Class Authenticator

Namespace
Auth0.AuthenticationApi.Models.Mfa
Assembly
Auth0.AuthenticationApi.dll
public class Authenticator
Inheritance
Authenticator
Inherited Members

Properties

Active

[JsonProperty("active")]
public bool Active { get; set; }

Property Value

bool

AuthenticatorType

[JsonProperty("authenticator_type")]
public string AuthenticatorType { get; set; }

Property Value

string

Id

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Name

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

OobChannel

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

Property Value

string