-
- 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)
-
-
Method Detail
-
setUserNameAndPassword
void setUserNameAndPassword(String username, String password)
-
authenticate
Request authenticate(Route route, Response response)
-
-
-
-