Package com.microsoft.rest.credentials
Interface ServiceClientCredentials
-
- All Known Implementing Classes:
BasicAuthenticationCredentials,TokenCredentials
public interface ServiceClientCredentialsServiceClientCredentials is the abstraction for credentials used by ServiceClients accessing REST services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyCredentialsFilter(okhttp3.OkHttpClient.Builder clientBuilder)Apply the credentials to the HTTP client builder.
-