public ScopedCredentialProvider(IEnumerable<string> scopes)
Creates a channel pool which will apply the specified scopes to the credentials if they require any.
A provider created with this overload is equivalent to calling ScopedCredentialProvider(IEnumerable<string>, bool)
with a second argument of false.
[[["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 latest version of `ScopedCredentialProvider` is 4.10.0, with prior versions including 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0 also available."],["`ScopedCredentialProvider` is a class designed for caching a scoped version of the default application credentials, avoiding the need for repeated authentications."],["This class inherits from the `object` class and includes inherited members such as `Equals`, `GetHashCode`, and `GetType`."],["It offers two constructors, one taking an `IEnumerable\u003cstring\u003e` for scopes, and the other with an additional `bool` parameter `useJwtWithScopes` to prefer self-signed JWTs over OAuth tokens when scopes are set."],["The ScopedCredentialProvider class is found in the `Google.Api.Gax.Rest` namespace, and can be found in the Google.Api.Gax.Rest.dll assembly."]]],[]]