List of usage examples for com.squareup.okhttp Authenticator interface-usage
From source file org.eyeseetea.malariacare.network.ServerAPIController.java
/** * Basic authenticator required for calls */ class BasicAuthenticator implements Authenticator { public final String AUTHORIZATION_HEADER = "Authorization";