azure-identity
Public Attributes | List of all members
Azure::Identity::ClientSecretCredentialOptions Struct Referencefinal

Options for token authentication. More...

#include <client_secret_credential.hpp>

Inheritance diagram for Azure::Identity::ClientSecretCredentialOptions:

Public Attributes

std::string AuthorityHost = _detail::g_aadGlobalAuthority
 Authentication authority URL. More...
 

Detailed Description

Member Data Documentation

◆ AuthorityHost

std::string Azure::Identity::ClientSecretCredentialOptions::AuthorityHost = _detail::g_aadGlobalAuthority
Note
Default value is Azure AD global authority (https://login.microsoftonline.com/).
Example of a authority string: "https://login.microsoftonline.us/". See national clouds' Azure AD authentication endpoints: https://docs.microsoft.com/azure/active-directory/develop/authentication-national-cloud.

The documentation for this struct was generated from the following file: