[[["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 as defined by Google Cloud Console."],["The `Secrets` property provides access to the client identifier and client secret contained within `ClientSecrets`."],["You can load Google client secrets from a JSON file using the `FromFile` or `FromFileAsync` methods."],["The `FromStream` and `FromStreamAsync` methods allow loading client secrets from an input stream, providing flexibility in data handling."],["The `Load` method is now obsolete and `FromStream` is the method to use, being only different in the name of the method."]]],[]]