Table of Contents

Class AuthenticationMethodBase

Namespace
Auth0.ManagementApi.Models.Users
Assembly
Auth0.ManagementApi.dll
public class AuthenticationMethodBase
Inheritance
AuthenticationMethodBase
Derived
Inherited Members

Properties

Id

The ID of the authentication method (auto generated)

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

Property Value

string

Type

The type of the authentication method

[JsonProperty("type")]
public string Type { get; set; }

Property Value

string