supportsRefresh property
bool
get
supportsRefresh
Whether this provider can renew an expired access token silently.
When true, AuthyraClient will call refreshToken before prompting
the user to re-authenticate. Defaults to false; opt-in explicitly.
Implementation
bool get supportsRefresh => false;