public sealed class GenerateAccessTokenResponse : IMessage<GenerateAccessTokenResponse>, IEquatable<GenerateAccessTokenResponse>, IDeepCloneable<GenerateAccessTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class GenerateAccessTokenResponse.
The generated bearer access token. To use this token, include it in an
Authorization header of an HTTP request sent to the associated
workstation's hostname—for example, Authorization: Bearer
<access_token>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GenerateAccessTokenResponse` class is part of the Cloud Workstations v1 API, specifically within the `Google.Cloud.Workstations.V1` namespace."],["This class serves as the response message for the `GenerateAccessToken` function, providing a generated bearer access token for a workstation."],["The response contains two key properties: `AccessToken`, which is the string representation of the generated token, and `ExpireTime`, which indicates when the token will expire, represented as a `Timestamp`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer manipulation, respectively."],["There are multiple versions of this class available in the API, with the latest version being 1.3.0 and other versions included being 1.2.0, 1.1.0 and 1.0.0, however the provided documentation covers the 1.0.0 version."]]],[]]