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

    Interface SuspiciousIpThrottlingPreUserRegistrationStage

    Configuration options that apply before every user registration attempt.

    interface SuspiciousIpThrottlingPreUserRegistrationStage {
        max_attempts?: number;
        rate?: number;
    }
    Index

    Properties

    Properties

    max_attempts?: number

    Total number of attempts allowed.

    rate?: number

    Interval of time, given in milliseconds, at which new attempts are granted.