isWrongUsernameOrPassword method

bool isWrongUsernameOrPassword()

Returns true if this Status is caused by wrong username or password, false otherwise.

Implementation

bool isWrongUsernameOrPassword() =>
    statusVerbose == WRONG_USER_OR_PASSWORD_ERROR_MESSAGE;