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-08-04 UTC."],[[["The `ScopedCredentialProvider` class is a simple factory for generating scoped credentials, designed to cache scoped versions of default application credentials to prevent repetitive authentication."],["This class inherits from the base `object` class, with members like `ToString()`, `Equals()`, and `GetHashCode()` inherited from it."],["It offers two constructors to create a channel pool: one that applies the provided scopes, and another that, in addition to applying scopes, lets the user specify if self-signed JWTs should be prioritized over OAuth tokens."],["The class is located in the `Google.Api.Gax.Rest` namespace within the `Google.Api.Gax.Rest.dll` assembly, which is version 4.3.1."]]],[]]