onTokensRefreshingFailed abstract method

  1. @Deprecated('Resolve this in `refreshTokens` method')
void onTokensRefreshingFailed()

This method will be called when API cannot update token pair because of the refresh token is expired. User should be redirected to sign-in screen in that case.

Implementation

@Deprecated('Resolve this in `refreshTokens` method')
void onTokensRefreshingFailed();