[[["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-21 UTC."],[[["The `JsonCredentialParameters.CredentialSource.SubjectTokenFormat` class is a holder for the subject token format, inheriting from the base `object` class and residing within the `Google.Apis.Auth.OAuth2` namespace."],["The class includes two primary properties: `SubjectTokenFieldName`, which specifies the JSON field containing the subject token, and `Type`, which defines the subject token's format, supporting \"text\" or \"json\" formats, defaulting to \"text\"."],["Several versions of the Google.Apis package are documented, with version 1.69.0 being the latest release."],["It inherits standard methods from the base `object` class such as `Equals`, `GetHashCode`, and `ToString`, in addition to making use of an extension method called `Utilities.ThrowIfNull\u003cT\u003e(T, string)`."],["The `SubjectTokenFieldName` and the `Type` property, both return a string value, however, the `SubjectTokenFieldName` property includes a description indicating where the subject token can be found within a JSON file."]]],[]]