isError method
Returns true if an authentication error occurred, false otherwise.
Implementation
bool isError() {
return !isUser();
}
Returns true if an authentication error occurred, false otherwise.
bool isError() {
return !isUser();
}