Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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;