Interface CachingAuthenticator

All Superinterfaces:
okhttp3.Authenticator
All Known Implementing Classes:
AutoDetectAuthenticator, BasicAuthenticator, BearerAuthenticator, DigestAuthenticator, NegotiateAuthenticator

public interface CachingAuthenticator extends okhttp3.Authenticator
  • Field Summary

    Fields inherited from interface okhttp3.Authenticator

    NONE
  • Method Summary

    Modifier and Type
    Method
    Description
    okhttp3.Request
    authenticateWithState(okhttp3.Route route, okhttp3.Request request)
     
    static String
    getCachingKey(okhttp3.Request request)
     

    Methods inherited from interface okhttp3.Authenticator

    authenticate
  • Method Details

    • authenticateWithState

      okhttp3.Request authenticateWithState(okhttp3.Route route, okhttp3.Request request) throws IOException
      Throws:
      IOException
    • getCachingKey

      static String getCachingKey(okhttp3.Request request)