InteractiveBrowserCredential Constructors

Definition

Overloads

InteractiveBrowserCredential()

Creates a new InteractiveBrowserCredential with the specified options, which will authenticate users.

InteractiveBrowserCredential(InteractiveBrowserCredentialOptions)

Creates a new InteractiveBrowserCredential with the specified options, which will authenticate users with the specified application.

InteractiveBrowserCredential()

Source:
InteractiveBrowserCredential.cs
Source:
InteractiveBrowserCredential.cs

Creates a new InteractiveBrowserCredential with the specified options, which will authenticate users.

public InteractiveBrowserCredential ();
Public Sub New ()

Applies to

InteractiveBrowserCredential(InteractiveBrowserCredentialOptions)

Source:
InteractiveBrowserCredential.cs
Source:
InteractiveBrowserCredential.cs

Creates a new InteractiveBrowserCredential with the specified options, which will authenticate users with the specified application.

public InteractiveBrowserCredential (Azure.Identity.InteractiveBrowserCredentialOptions options);
new Azure.Identity.InteractiveBrowserCredential : Azure.Identity.InteractiveBrowserCredentialOptions -> Azure.Identity.InteractiveBrowserCredential
Public Sub New (options As InteractiveBrowserCredentialOptions)

Parameters

options
InteractiveBrowserCredentialOptions

The client options for the newly created InteractiveBrowserCredential.

Applies to