Uses of Interface
com.microsoft.rest.credentials.ServiceClientCredentials
-
Packages that use ServiceClientCredentials Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.credentials The package provides 2 basic credential classes that work with AutoRest generated clients for authentication purposes. -
-
Uses of ServiceClientCredentials in com.microsoft.rest
Methods in com.microsoft.rest that return ServiceClientCredentials Modifier and Type Method Description ServiceClientCredentialsRestClient. credentials()Methods in com.microsoft.rest with parameters of type ServiceClientCredentials Modifier and Type Method Description RestClient.BuilderRestClient.Builder. withCredentials(ServiceClientCredentials credentials)Sets the credentials. -
Uses of ServiceClientCredentials in com.microsoft.rest.credentials
Classes in com.microsoft.rest.credentials that implement ServiceClientCredentials Modifier and Type Class Description classBasicAuthenticationCredentialsBasic Auth credentials for use with a REST Service Client.classTokenCredentialsToken based credentials for use with a REST Service Client.
-