isTokenError property
bool
get
isTokenError
Whether the authentication failed due to invalid tokens
Implementation
bool get isTokenError => error is FrappeTokenException;
Whether the authentication failed due to invalid tokens
bool get isTokenError => error is FrappeTokenException;