FirebaseDatabaseException.invalidToken constructor

FirebaseDatabaseException.invalidToken()

Thrown when the specified authentication token is invalid.

This can occur when the token is malformed, expired, or the secret that was used to generate it has been revoked.

Implementation

FirebaseDatabaseException.invalidToken()
    : this(
          code: 'invalid_token',
          message: 'The supplied auth token was invalid');