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-04-17 UTC."],[[["The `ScopedCredentialProvider` class is a factory for creating scoped credentials, caching them to prevent repeated authentication processes."],["This class is part of the `Google.Api.Gax.Rest` namespace and is available in the `Google.Api.Gax.Rest.dll` assembly."],["It has two constructors, one taking a collection of scopes (`IEnumerable\u003cstring\u003e`) and another allowing control over the use of JWTs vs OAuth tokens (`IEnumerable\u003cstring\u003e`, `bool`)."],["The latest version available is 4.10.0, with a list of previous versions dating back to version 3.2.0."],["This class inherits members from the `object` class, such as `ToString()`, `Equals()`, `GetHashCode()` and `GetType()`."]]],[]]