ws1-network/com.airwatch.gateway.clients/AWAuthInterceptor/AWAuthInterceptor
AWAuthInterceptor¶
open fun AWAuthInterceptor(useDomainWithUserCredentials: Boolean)
Creates an interceptor that handles NTLM and Basic authentication. By default the credentials are sent without a domain; pass true to send domain-qualified credentials.
Parameters¶
| Name | Description |
|---|---|
| useDomainWithUserCredentials | true to use domain-qualified credentials (Domain/UserName:Password), false to use plain credentials (UserName:Password). |