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