canRefresh property

bool canRefresh

Whether it's possible to refresh these credentials.

Implementation

bool get canRefresh => refreshToken != null && tokenEndpoint != null;