Example usage for com.squareup.okhttp Authenticator interface-usage

List of usage examples for com.squareup.okhttp Authenticator interface-usage

Introduction

In this page you can find the example usage for com.squareup.okhttp Authenticator interface-usage.

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";