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"]],[["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."],[[["\u003cp\u003eThe \u003ccode\u003eScopedCredentialProvider\u003c/code\u003e class is a simple factory for generating scoped credentials, designed to cache scoped versions of default application credentials to prevent repetitive authentication.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, with members like \u003ccode\u003eToString()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, and \u003ccode\u003eGetHashCode()\u003c/code\u003e inherited from it.\u003c/p\u003e\n"],["\u003cp\u003eIt 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class is located in the \u003ccode\u003eGoogle.Api.Gax.Rest\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Api.Gax.Rest.dll\u003c/code\u003e assembly, which is version 4.3.1.\u003c/p\u003e\n"]]],[],null,[]]