Back to Node Auth0

Variable SelfServiceProfileSsoTicketDomainVerificationEnumConst

docs/variables/management.Management.SelfServiceProfileSsoTicketDomainVerificationEnum.html

5.9.1871 B
Original Source

Variable SelfServiceProfileSsoTicketDomainVerificationEnumConst

SelfServiceProfileSsoTicketDomainVerificationEnum: {
None: "none";
Optional: "optional";
Required: "required";
} = ...

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'.

Type Declaration

ReadonlyNone: "none"
ReadonlyOptional: "optional"
ReadonlyRequired: "required"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark