public sealed class FetchAccessTokenResponse : IMessage<FetchAccessTokenResponse>, IEquatable<FetchAccessTokenResponse>, IDeepCloneable<FetchAccessTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class FetchAccessTokenResponse.
[[["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-04-01 UTC."],[[["The `FetchAccessTokenResponse` class in the Backup and DR Service v1 API provides a response message for fetching access tokens, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has multiple versions available, with the latest being version 2.1.0, and it is found within the `Google.Cloud.BackupDR.V1` namespace, part of the `Google.Cloud.BackupDR.V1.dll` assembly."],["The `FetchAccessTokenResponse` class includes properties such as `ExpireTime`, `ReadLocation`, `Token`, and `WriteLocation`, detailing the token's validity period, reading and writing locations, and the token itself."],["The response class can be constructed either without parameters using `FetchAccessTokenResponse()` or with parameters using `FetchAccessTokenResponse(FetchAccessTokenResponse other)`, where the other argument is a `FetchAccessTokenResponse`."],["The class inherits members from the `object` class, and those members are `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]