<PackageReference Include="Azure.Core" Version="1.53.0" />

Azure.Identity.VisualStudioCodeCredentialOptions

Options for configuring the VisualStudioCodeCredential.
namespace Azure.Identity { public class VisualStudioCodeCredentialOptions : TokenCredentialOptions, ISupportsAdditionallyAllowedTenants, ISupportsTenantId { public string TenantId { get; set; } public IList<string> AdditionallyAllowedTenants { get; } public VisualStudioCodeCredentialOptions(); } }