Uses of Class
com.squareup.okhttp.OkAuthenticator.Challenge
| Package | Description |
|---|---|
| com.squareup.okhttp |
-
Uses of OkAuthenticator.Challenge in com.squareup.okhttp
Method parameters in com.squareup.okhttp with type arguments of type OkAuthenticator.Challenge Modifier and Type Method Description OkAuthenticator.CredentialOkAuthenticator. authenticate(Proxy proxy, URL url, List<OkAuthenticator.Challenge> challenges)Returns a credential that satisfies the authentication challenge made byurl.OkAuthenticator.CredentialOkAuthenticator. authenticateProxy(Proxy proxy, URL url, List<OkAuthenticator.Challenge> challenges)Returns a credential that satisfies the authentication challenge made byproxy.