[[["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 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`."]]],[]]