FirebaseAuthException.invalidAuth constructor

FirebaseAuthException.invalidAuth()

Implementation

FirebaseAuthException.invalidAuth()
    : this(
          'invalid-user-token',
          'This user\'s credential isn\'t valid for this project. This can happen '
              'if the user\'s token has been tampered with, or if the user isn\'t for '
              'the project associated with this API key');