1 2 3 4 5 6 7
package runtime; import okhttp3.Request; public interface Authenticator { void authenticate(Request.Builder builder); }