Table of Contents

Class ConnectionOptionsAttributeAllowedTypes

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

Properties

Email

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

Property Value

bool?

PhoneNumber

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

Property Value

bool?