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>, Boolean)
with a second argument of false.
[[["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 document provides details on the `ScopedCredentialProvider` class, a simple factory for scoped credentials that caches a scoped version of the default application credentials."],["The `ScopedCredentialProvider` class is found within the `Google.Api.Gax.Rest` namespace, and it inherits from the `Object` class."],["The class includes two constructors, one taking an `IEnumerable\u003cstring\u003e` of scopes, and the other taking both an `IEnumerable\u003cstring\u003e` of scopes and a boolean `useJwtWithScopes` flag."],["The current document describes version 4.0.0 of the `ScopedCredentialProvider`, however, there are links to other versions, with 4.10.0 as the latest version."],["The inherited members from the base `Object` class are listed and linked for further information."]]],[]]