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

    Variable IntegrationFeatureTypeEnumConst

    IntegrationFeatureTypeEnum: {
        Unspecified: "unspecified";
        Action: "action";
        SocialConnection: "social_connection";
        LogStream: "log_stream";
        SsoIntegration: "sso_integration";
        SmsProvider: "sms_provider";
    } = ...

    feature_type is the type of the integration.

    Type Declaration

    • ReadonlyUnspecified: "unspecified"
    • ReadonlyAction: "action"
    • ReadonlySocialConnection: "social_connection"
    • ReadonlyLogStream: "log_stream"
    • ReadonlySsoIntegration: "sso_integration"
    • ReadonlySmsProvider: "sms_provider"