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"]],[["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."],[[["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."]]],[]]