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 TypeMethodDescriptionokhttp3.RequestauthenticateWithState(okhttp3.Route route, okhttp3.Request request) static StringgetCachingKey(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
-