Table of Contents

Class Authenticator

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

Properties

Active

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

Property Value

bool

AuthenticatorType

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

Property Value

string

Id

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

Property Value

string

Name

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

Property Value

string

OobChannel

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

Property Value

string