[[["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-05 UTC."],[[["The `GoogleClientSecrets` class, part of the `Google.Apis.Auth.OAuth2` namespace, represents the OAuth 2.0 client secrets model as defined by Google Cloud Console."],["The class inherits from the `Object` class and is available in the `Google.Apis.Auth.dll` assembly."],["It contains a `Secrets` property, which is of type `ClientSecrets`, providing access to the client identifier and secret."],["The `Load(Stream)` method allows for loading Google client secrets directly from an input stream, returning a `GoogleClientSecrets` object."],["The webpage also provides links to documentation for the various versions of this class and the `ThrowIfNull` extension method."]]],[]]