@Singleton public class RetrofitAuthenticator extends Object implements com.squareup.okhttp.Authenticator
| Constructor and Description |
|---|
RetrofitAuthenticator(AccountManagerServiceImpl accountManagerService) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Request |
authenticate(Proxy proxy,
com.squareup.okhttp.Response response) |
com.squareup.okhttp.Request |
authenticateProxy(Proxy proxy,
com.squareup.okhttp.Response response) |
@Inject public RetrofitAuthenticator(AccountManagerServiceImpl accountManagerService)
public com.squareup.okhttp.Request authenticate(Proxy proxy, com.squareup.okhttp.Response response) throws IOException
authenticate in interface com.squareup.okhttp.AuthenticatorIOExceptionpublic com.squareup.okhttp.Request authenticateProxy(Proxy proxy, com.squareup.okhttp.Response response) throws IOException
authenticateProxy in interface com.squareup.okhttp.AuthenticatorIOException