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

    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"