Class InteractiveBrowserBrokerCredentialBuilder

All Implemented Interfaces:
com.azure.core.client.traits.HttpTrait<InteractiveBrowserCredentialBuilder>

public class InteractiveBrowserBrokerCredentialBuilder extends InteractiveBrowserCredentialBuilder
Fluent credential builder for instantiating a InteractiveBrowserCredential configured to use a secure broker.

Sample: Construct a InteractiveBrowserCredential for brokered authentication

the following code sample shows to use this type:

 InteractiveBrowserBrokerCredentialBuilder builder = new InteractiveBrowserBrokerCredentialBuilder();
 InteractiveBrowserCredential credential = builder.build();