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

    Variable PhoneProviderProtectionBackoffStrategyEnumConst

    PhoneProviderProtectionBackoffStrategyEnum: {
        Exponential: "exponential";
        None: "none";
    } = ...

    The type of backoff strategy to use.

    Type Declaration

    • ReadonlyExponential: "exponential"
    • ReadonlyNone: "none"