-
- All Implemented Interfaces:
-
okhttp3.Interceptor
@Singleton() public final class AuthInterceptor implements InterceptorDropbox API 身份认证拦截器
负责为每个请求添加必要的认证头部
-
-
Constructor Summary
Constructors Constructor Description AuthInterceptor(MemoryCacheManager memoryCacheManager)
-
Method Summary
Modifier and Type Method Description Responseintercept(Interceptor.Chain chain)-
-
Constructor Detail
-
AuthInterceptor
AuthInterceptor(MemoryCacheManager memoryCacheManager)
-
-
Method Detail
-
intercept
Response intercept(Interceptor.Chain chain)
-
-
-
-