Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Variable B2BIntegrationConfigurationIntegrationTypeEnumConst

    B2BIntegrationConfigurationIntegrationTypeEnum: {
        CustomAuthServer: "custom_auth_server";
        ThirdParty: "third_party";
        Application: "application";
    } = ...

    The type of integration used to connect to this B2B integration client. Must be one of custom_auth_server, third_party, or application.

    Type Declaration

    • ReadonlyCustomAuthServer: "custom_auth_server"
    • ReadonlyThirdParty: "third_party"
    • ReadonlyApplication: "application"