public sealed class GenerateAccessTokenResponse : IMessage<GenerateAccessTokenResponse>, IEquatable<GenerateAccessTokenResponse>, IDeepCloneable<GenerateAccessTokenResponse>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `GenerateAccessTokenResponse` class, which is part of the `Google.Cloud.Iam.Credentials.V1` namespace in the Google Cloud .NET library."],["The `GenerateAccessTokenResponse` class is designed to handle responses related to access token generation, with methods and properties designed to achieve this, such as `AccessToken`."],["The `GenerateAccessTokenResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["There are multiple versions of the `GenerateAccessTokenResponse` class available, ranging from version 1.0.0 to 2.4.0, where version 2.4.0 is the latest."],["This class includes properties like `AccessToken` (a string) and `ExpireTime` (a `Timestamp`), providing access to the generated OAuth 2.0 token and its expiration time."]]],[]]