If set, the subject token file content will be parsed as JSON and the
value in the field with name SubjectTokenJsonFieldName
will be returned as the subject token.
[[["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."],[[["This webpage provides documentation for the `FileSourcedExternalAccountCredential` class, which is used for managing credentials sourced from files in the Google.Apis.Auth.OAuth2 namespace."],["The `FileSourcedExternalAccountCredential` class inherits from `ExternalAccountCredential` and implements several interfaces, including `IHttpUnsuccessfulResponseHandler`, `ICredential`, `IConfigurableHttpClientInitializer`, `ITokenAccessWithHeaders`, `ITokenAccess`, and `IHttpExecuteInterceptor`."],["The class allows you to specify a file path for the subject token via the `SubjectTokenFilePath` property, or a field name to look for in a json file using the `SubjectTokenJsonFieldName` property."],["The `GetSubjectTokenAsyncImpl` method retrieves the subject token from a file, overriding the base class's implementation, returning a `Task\u003cstring\u003e` that represents the subject token."],["The latest version of the API is 1.69.0, and previous versions dating back to 1.50.0 are also listed in the content."]]],[]]