onRefreshTokenFailure property
This Callback is called whenever a refresh token fail to be retrieved It provides access to the refresh token used & the exception raised
Implementation
final void Function(String token, Object exception)? onRefreshTokenFailure;