[[["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 `IOidcTokenProvider` interface represents a provider for OIDC tokens within the `Google.Apis.Auth.OAuth2` namespace."],["The latest version of the `IOidcTokenProvider` is 1.69.0, with previous versions available down to 1.50.0."],["The interface includes a `GetOidcTokenAsync` method, which takes `OidcTokenOptions` and a `CancellationToken` as parameters, to return an OIDC token asynchronously."],["The `GetOidcTokenAsync` method return type is a `Task\u003cOidcToken\u003e`, where `OidcToken` is the type of the returned OIDC token."],["An extension method named `Utilities.ThrowIfNull\u003cT\u003e(T, string)` is also provided for utility purposes."]]],[]]