Table of Contents

Class ConnectionOptionsAttributeIdentifier

Namespace
Auth0.ManagementApi.Models.Connections
Assembly
Auth0.ManagementApi.dll
public class ConnectionOptionsAttributeIdentifier
Inheritance
ConnectionOptionsAttributeIdentifier
Inherited Members

Properties

Active

Determines if the attribute is used for identification

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

Property Value

bool?

DefaultMethod

Default authentication method for email identifier

[JsonProperty("default_method")]
[JsonConverter(typeof(StringEnumConverter))]
public ConnectionOptionsAttributeDefaultMethod? DefaultMethod { get; set; }

Property Value

ConnectionOptionsAttributeDefaultMethod?