-
MethodDescriptionThis method is deprecated.
Use
CredentialBuilderBase.pipeline(HttpPipeline)
insteadConfigure the proxy options on theHttpClient
instead and then set that client on the credential usingCredentialBuilderBase.httpClient(HttpClient)
.Configure the redirect URL ashttp://localhost:{port}
viaInteractiveBrowserCredentialBuilder.redirectUrl(String)
instead.
ClientCertificateCredentialBuilder.pfxCertificate(String)
API and client certificate password via theClientCertificateCredentialBuilder.clientCertificatePassword(String)
API as applicable.