-
- All Implemented Interfaces:
-
okhttp3.Authenticator
public class BasicAuthenticator implements AuthenticatorBasic 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 voidsetUserNameAndPassword(String username, String password)Requestauthenticate(Route route, Response response)-
-
Method Detail
-
setUserNameAndPassword
void setUserNameAndPassword(String username, String password)
-
authenticate
Request authenticate(Route route, Response response)
-
-
-
-