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

    Variable PhoneProviderProtectionBackoffStrategyEnumConst

    PhoneProviderProtectionBackoffStrategyEnum: {
        Exponential: "exponential";
        Default: "default";
    } = ...

    The type of backoff strategy to use.

    Type Declaration

    • ReadonlyExponential: "exponential"
    • ReadonlyDefault: "default"