<PackageReference Include="Azure.Storage.Blobs" Version="12.24.1" />

ISupportsTenantIdChallenges

Options to be exposed in client options classes related to bearer token authorization challenge scenarios.
namespace Azure.Storage.Shared { internal interface ISupportsTenantIdChallenges { bool EnableTenantDiscovery { get; } } }