hasExpired property

bool hasExpired

Implementation

bool get hasExpired{
  return _credentials!.accessToken.hasExpired;
}