Package 

Class BasicAuthenticator

  • All Implemented Interfaces:
    okhttp3.Authenticator

    
    public class BasicAuthenticator
     implements Authenticator
                        
    Basic authenticator implementationProvides an implementation on top of the Authenticator interface for BASIC authentication. Supports settings a username and password Copyright 2017 Meniga Iceland Inc.
    • Method Summary

      Modifier and Type Method Description
      void setUserNameAndPassword(String username, String password)
      Request authenticate(Route route, Response response)
      • Methods inherited from class okhttp3.Authenticator

        authenticate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait