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

Azure.Identity.ChainedTokenCredential

Provides a TokenCredential implementation which chains multiple TokenCredential implementations to be tried in order until one of the GetToken methods returns a non-default AccessToken. For more information, see ChainedTokenCredential overview.
namespace Azure.Identity { public class ChainedTokenCredential : TokenCredential { protected ChainedTokenCredential(); public ChainedTokenCredential(params TokenCredential[] sources); } }