Table of Contents

Enum DomainVerification

Namespace
Auth0.ManagementApi.Models.SelfServiceProfiles
Assembly
Auth0.ManagementApi.dll

Whether the end user should complete the domain verification step. Possible values are None (the step is not shown to the user), Optional (the user may add a domain alias in the domain verification step) or Required (the user must add a domain alias in order to enable the connection). Defaults to None.

public enum DomainVerification

Fields

[EnumMember(Value = "none")] None = 0
[EnumMember(Value = "optional")] Optional = 1
[EnumMember(Value = "required")] Required = 2