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 in the `Google.Cloud.Workstations.V1` namespace and is used as a response message for the `GenerateAccessToken` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as message handling, equality checks, deep cloning, and buffer management."],["The class includes two constructors, a default one and another that accepts a `GenerateAccessTokenResponse` object as a parameter for creating a copy."],["It has two key properties: `AccessToken`, which contains the generated bearer access token for authorization headers, and `ExpireTime`, which indicates the token's expiration time, represented by a `Timestamp` object."],["The latest version is 1.3.0, and there are previous versions available including 1.2.0, 1.1.0, and 1.0.0."]]],[]]