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.
protected ChainedTokenCredential()
Protected constructor for mocking.
Creates an instance with the specified TokenCredential sources.