Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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;