Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Type Alias SelfServiceProfileSsoTicketDomainVerificationEnum

    SelfServiceProfileSsoTicketDomainVerificationEnum:
        | "none"
        | "optional"
        | "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'.