RefreshTokenInterceptor constructor
RefreshTokenInterceptor({
- required AuthHandler authHandler,
- required ExceptionHandler exceptionHandler,
- required ExceptionOptions exceptionOptions,
Implementation
RefreshTokenInterceptor({
required this.authHandler,
required this.exceptionHandler,
required this.exceptionOptions,
});