onRefreshTokenFailure property

void Function(String token, Object exception)? onRefreshTokenFailure
finalinherited

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;