azure-core
Public Attributes | List of all members
Azure::Core::Credentials::AccessToken Struct Referencefinal

An access token is used to authenticate requests.

#include <credentials.hpp>

Public Attributes

std::string Token
 Token string. More...
 
DateTime ExpiresOn
 A point in time after which the token expires. More...
 

Member Data Documentation

◆ ExpiresOn

DateTime Azure::Core::Credentials::AccessToken::ExpiresOn

◆ Token

std::string Azure::Core::Credentials::AccessToken::Token

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