RefreshTokenInterceptor constructor
RefreshTokenInterceptor({
- required AuthHandler authHandler,
- required ExceptionHandler exceptionHandler,
- required ExceptionOptions exceptionOptions,
- required AuthOptions authOptions,
Creates a new RefreshTokenInterceptor.
All parameters are required to properly handle token refresh scenarios.
Implementation
RefreshTokenInterceptor({
required this.authHandler,
required this.exceptionHandler,
required this.exceptionOptions,
required this.authOptions,
});