hasExpired property
bool
get
hasExpired
Has the access token expired?
Implementation
bool get hasExpired => DateTime.now().isAfter(accessTokenExpiryDate);
Has the access token expired?
bool get hasExpired => DateTime.now().isAfter(accessTokenExpiryDate);