EnvironmentCredential Constructors

Definition

Overloads

EnvironmentCredential()

Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked.

EnvironmentCredential(EnvironmentCredentialOptions)

Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked.

EnvironmentCredential()

Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked.

public EnvironmentCredential ();
Public Sub New ()

Applies to

EnvironmentCredential(EnvironmentCredentialOptions)

Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked.

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

Parameters

options
EnvironmentCredentialOptions

Options that allow to configure the management of the requests sent to Microsoft Entra ID.

Applies to