Proxy configuration
How to use
ProxySettings proxySettings = new ProxySettings(hostname, port)
.setAuthentication(user, password); // This call is not mandatory, see documentation below
DeviceAuthenticator mDeviceAuthenticator = new DeviceAuthenticator.Builder(mobileToken)
.setProxySettings(proxySettings)
.build();Constructor method
Parameter
Type
Description
Optional methods
setAuthentication(String user, String password)
Parameter
Description
setProxyCertificate(@RawRes Integer proxyCertificate)
Parameter
Type
Description
setMTLSConfig(@RawRes Integer clientCertificate, String password)
Parameter
Type
Description
Last updated

