canRefresh property Null safety
Whether it's possible to refresh these credentials.
Implementation
bool get canRefresh => refreshToken != null && tokenEndpoint != null;
Whether it's possible to refresh these credentials.
bool get canRefresh => refreshToken != null && tokenEndpoint != null;