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

    Variable BreachedPasswordDetectionMethodEnumConst

    BreachedPasswordDetectionMethodEnum: {
        Standard: "standard";
        Enhanced: "enhanced";
    } = ...

    The subscription level for breached password detection methods. Use "enhanced" to enable Credential Guard. Possible values: standard, enhanced.

    Type Declaration

    • ReadonlyStandard: "standard"
    • ReadonlyEnhanced: "enhanced"