FailedAttemptsLimitExceededException typedef

  1. @Deprecated('Use TooManyFailedAttemptsException instead')
FailedAttemptsLimitExceededException = TooManyFailedAttemptsException

Exception thrown when too many failed attempts for a given action has been made, such as sign-in.

Implementation

@Deprecated('Use TooManyFailedAttemptsException instead')
typedef FailedAttemptsLimitExceededException = TooManyFailedAttemptsException;