[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GoogleClientSecrets` class represents the OAuth 2.0 client secrets model for Google, and is found within the `Google.Apis.Auth.OAuth2` namespace, in the `Google.Apis.Auth.dll` assembly."],["This class allows developers to load client secrets from either a JSON file or an input stream, using methods like `FromFile`, `FromFileAsync`, `FromStream`, and `FromStreamAsync`."],["It contains a `Secrets` property, which is of type `ClientSecrets`, that grants access to the client's identifier and secret."],["The method `Load(Stream)` is now obsolete, and the method `FromStream(Stream)` is recommended as an alternative."],["It inherits from the base `object` type, and therefore contains inherited members such as `Equals`, `GetHashCode`, and `GetType`, among others."]]],[]]