AuthHeaderInterceptor constructor

AuthHeaderInterceptor({
  1. required AuthType authType,
  2. required Future<String?> token,
})

Implementation

AuthHeaderInterceptor({required this.authType, required this.token});