Package net.dreamlu.mica.http
Class BaseAuthenticator
java.lang.Object
net.dreamlu.mica.http.BaseAuthenticator
- All Implemented Interfaces:
okhttp3.Authenticator
BaseAuth
- Author:
- L.cm
-
Nested Class Summary
Nested classes/interfaces inherited from interface okhttp3.Authenticator
okhttp3.Authenticator.Companion -
Field Summary
Fields inherited from interface okhttp3.Authenticator
Companion, JAVA_NET_AUTHENTICATOR, NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionokhttp3.Requestauthenticate(@Nullable okhttp3.Route route, okhttp3.Response response)
-
Constructor Details
-
BaseAuthenticator
public BaseAuthenticator()
-
-
Method Details
-
authenticate
public okhttp3.Request authenticate(@Nullable okhttp3.Route route, okhttp3.Response response) throws IOException - Specified by:
authenticatein interfaceokhttp3.Authenticator- Throws:
IOException
-