Package 

Class AuthInterceptor

  • All Implemented Interfaces:
    okhttp3.Interceptor

    @Singleton() 
    public final class AuthInterceptor
     implements Interceptor
                        

    Dropbox API 身份认证拦截器 负责为每个请求添加必要的认证头部

    • Method Summary

      Modifier and Type Method Description
      Response intercept(Interceptor.Chain chain)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • intercept

         Response intercept(Interceptor.Chain chain)