[[["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."],["It provides a `Secrets` property to access the client identifier and client secret, contained within `ClientSecrets`, that is retrieved using the provided methods."],["The class offers static methods to load client secrets from a JSON file (`FromFile`, `FromFileAsync`) or a stream (`FromStream`, `FromStreamAsync`, `Load`)."],["The `Load` method is now obsolete and should be replaced with `FromStream` for loading client secrets from a stream, as indicated by the remark."],["The class also inherits several methods from `object` type, such as `Equals`, `GetHashCode`, and `GetType`."]]],[]]