isError method

bool isError()

Returns true if an authentication error occurred, false otherwise.

Implementation

bool isError() {
  return !isUser();
}