|
Chained Token Credential. More...
#include <azure/core/credentials/credentials.hpp>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Azure::Identity::ChainedTokenCredential |
Chained Token Credential provides a token credential implementation which chains multiple Azure::Core::Credentials::TokenCredential implementations to be tried in order until one of the GetToken() methods returns an access token. More... | |