| Package | Description |
|---|---|
| com.squareup.okhttp |
| Modifier and Type | Method and Description |
|---|---|
OkAuthenticator.Credential |
OkAuthenticator.authenticate(Proxy proxy,
URL url,
List<OkAuthenticator.Challenge> challenges)
Returns a credential that satisfies the authentication challenge made by
url. |
OkAuthenticator.Credential |
OkAuthenticator.authenticateProxy(Proxy proxy,
URL url,
List<OkAuthenticator.Challenge> challenges)
Returns a credential that satisfies the authentication challenge made by
proxy. |
static OkAuthenticator.Credential |
OkAuthenticator.Credential.basic(String userName,
String password)
Returns an auth credential for the Basic scheme.
|
Copyright © 2014. All rights reserved.