FirebaseAuthException.credentialTooOldLoginAgain constructor

FirebaseAuthException.credentialTooOldLoginAgain()

Implementation

FirebaseAuthException.credentialTooOldLoginAgain()
    : this(
          'requires-recent-login',
          'This operation is sensitive and requires recent authentication. Log in '
              'again before retrying this request');