Class ConnectionOptionsAttributes
- Namespace
- Auth0.ManagementApi.Models.Connections
- Assembly
- Auth0.ManagementApi.dll
Attribute Configuration
public class ConnectionOptionsAttributes
- Inheritance
-
ConnectionOptionsAttributes
- Inherited Members
Properties
Configuration for the email attribute for users.
[JsonProperty("email")]
public ConnectionOptionsEmailAttribute Email { get; set; }
Property Value
PhoneNumber
Configuration for the phone number attribute for users.
[JsonProperty("phone_number")]
public ConnectionOptionsPhoneNumberAttribute PhoneNumber { get; set; }
Property Value
Username
Configuration for the username attribute for users.
[JsonProperty("username")]
public ConnectionOptionsUsernameAttribute Username { get; set; }