handleTokenExpired method

Future handleTokenExpired()

Override this in subclasses to manually handle token refresh.

If you pass a TokenRefreshCallback in the constructor, you don't need to override this method.

Implementation

Future<dynamic> handleTokenExpired() async => {};