Enum ConnectionOptionsPrecedence
- Namespace
- Auth0.ManagementApi.Models.Connections
- Assembly
- Auth0.ManagementApi.dll
Represents the different Attribute types.
public enum ConnectionOptionsPrecedence
Fields
[EnumMember(Value = "email")] Email = 0
[EnumMember(Value = "phone_number")] PhoneNumber = 1
[EnumMember(Value = "username")] UserName = 2