public interface CachingAuthenticator
extends okhttp3.Authenticator
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Request |
authenticateWithState(okhttp3.Request request)
Authenticate the new request using cached information already established from an earlier
authentication.
|
okhttp3.Request authenticateWithState(okhttp3.Request request)
throws java.io.IOException
request - the new request to be authenticated.java.io.IOException - in case of a communication problem