Class TokenRequiredEventArgs
Informs the application that the service requires an updated access token or authentication token.
class Microsoft::Azure::RemoteRendering::TokenRequiredEventArgs final
Properties
AccessToken
The access token to be used by the operation that requires it.
auto GetAccessToken(std::string & out) const noexcept -> void;
auto SetAccessToken(std::string const& value) noexcept -> Microsoft::Azure::RemoteRendering::Status;
AuthenticationToken
The authentication token to be used by the operation that requires it.
auto GetAuthenticationToken(std::string & out) const noexcept -> void;
auto SetAuthenticationToken(std::string const& value) noexcept -> Microsoft::Azure::RemoteRendering::Status;