|
Azure CLI Credential uses Azure CLI to obtain an access token. More...
#include "azure/identity/detail/token_cache.hpp"
#include <azure/core/credentials/credentials.hpp>
#include <azure/core/credentials/token_credential_options.hpp>
#include <azure/core/datetime.hpp>
#include <chrono>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Azure::Identity::AzureCliCredentialOptions |
Options for configuring the Azure::Identity::AzureCliCredential. More... | |
class | Azure::Identity::AzureCliCredential |
Enables authentication to Microsoft Entra ID using Azure CLI to obtain an access token. More... | |