isTokenError property

bool get isTokenError

Whether the authentication failed due to invalid tokens

Implementation

bool get isTokenError => error is FrappeTokenException;