canRefresh property
bool
get
canRefresh
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;