InteractiveBrowserCredential Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
Creates a new InteractiveBrowserCredential with the specified options, which will authenticate users.
public InteractiveBrowserCredential ();
Public Sub New ()
Applies to
InteractiveBrowserCredential(InteractiveBrowserCredentialOptions)
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
The client options for the newly created InteractiveBrowserCredential.
Applies to
Azure SDK for .NET