handleTokenExpired method
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 => {};
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.
Future<dynamic> handleTokenExpired() async => {};