Azure.Identity.AzurePowerShellCredential
Enables authentication to Microsoft Entra ID using Azure PowerShell to obtain an access token.
namespace Azure.Identity
{
public class AzurePowerShellCredential : TokenCredential
{
public AzurePowerShellCredential();
public AzurePowerShellCredential(AzurePowerShellCredentialOptions options);
}
}