Table of Contents

Class ConnectionOptionsAttributes

Namespace
Auth0.ManagementApi.Models.Connections
Assembly
Auth0.ManagementApi.dll

Attribute Configuration

public class ConnectionOptionsAttributes
Inheritance
ConnectionOptionsAttributes
Inherited Members

Properties

Email

Configuration for the email attribute for users.

[JsonProperty("email")]
public ConnectionOptionsEmailAttribute Email { get; set; }

Property Value

ConnectionOptionsEmailAttribute

PhoneNumber

Configuration for the phone number attribute for users.

[JsonProperty("phone_number")]
public ConnectionOptionsPhoneNumberAttribute PhoneNumber { get; set; }

Property Value

ConnectionOptionsPhoneNumberAttribute

Username

Configuration for the username attribute for users.

[JsonProperty("username")]
public ConnectionOptionsUsernameAttribute Username { get; set; }

Property Value

ConnectionOptionsUsernameAttribute