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

Azure.Identity.ClientSecretCredentialOptions

Options used to configure the ClientSecretCredential.
namespace Azure.Identity { public class ClientSecretCredentialOptions : TokenCredentialOptions, ISupportsTokenCachePersistenceOptions, ISupportsDisableInstanceDiscovery, ISupportsAdditionallyAllowedTenants { public TokenCachePersistenceOptions TokenCachePersistenceOptions { get; set; } public IList<string> AdditionallyAllowedTenants { get; } public bool DisableInstanceDiscovery { get; set; } public ClientSecretCredentialOptions(); } }