You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/identity/Azure.Identity/src/EnvironmentCredential.cs
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -40,23 +40,21 @@ public class EnvironmentCredential : TokenCredential
40
40
/// </summary>
41
41
publicEnvironmentCredential()
42
42
:this(CredentialPipeline.GetInstance(null))
43
-
{
44
-
}
43
+
{}
45
44
46
45
/// <summary>
47
46
/// Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables.
48
47
/// If the expected environment variables are not found at this time, the GetToken method will return the default <see cref="AccessToken"/> when invoked.
49
48
/// </summary>
50
49
/// <param name="options">Options that allow to configure the management of the requests sent to the Azure Active Directory service.</param>
0 commit comments