class JavaNetAuthenticator : Authenticator
Adapts Authenticator to okhttp3.Authenticator. Configure OkHttp to use Authenticator with OkHttpClient.Builder.authenticator or OkHttpClient.Builder.proxyAuthenticator.
JavaNetAuthenticator()
Adapts Authenticator to okhttp3.Authenticator. Configure OkHttp to use Authenticator with OkHttpClient.Builder.authenticator or OkHttpClient.Builder.proxyAuthenticator. |
fun authenticate(route: Route?, response: Response): Request? |