| Method and Description |
|---|
| com.azure.identity.InteractiveBrowserCredentialBuilder.port(int)
Configure the redirect URL as
http://localhost:{port} via
InteractiveBrowserCredentialBuilder.redirectUrl(String) instead. |
| com.azure.identity.CredentialBuilderBase.proxyOptions(ProxyOptions)
Configure the proxy options on the
HttpClient instead and then set that
client on the credential using CredentialBuilderBase.httpClient(HttpClient). |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.