Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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;