Class InteractiveBrowserCredential

  • All Implemented Interfaces:
    com.azure.core.credential.TokenCredential

    public class InteractiveBrowserCredential
    extends Object
    implements com.azure.core.credential.TokenCredential
    An AAD credential that acquires a token for an AAD application by prompting the login in the default browser. When authenticated, the oauth2 flow will notify the credential of the authentication code through the reply URL.

    The application to authenticate to must have delegated user login permissions and have http://localhost:{port} listed as a valid reply URL.