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 factory for creating scoped credentials, caching them to prevent repeated authentication processes.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Api.Gax.Rest\u003c/code\u003e namespace and is available in the \u003ccode\u003eGoogle.Api.Gax.Rest.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, one taking a collection of scopes (\u003ccode\u003eIEnumerable<string>\u003c/code\u003e) and another allowing control over the use of JWTs vs OAuth tokens (\u003ccode\u003eIEnumerable<string>\u003c/code\u003e, \u003ccode\u003ebool\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 4.10.0, with a list of previous versions dating back to version 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits members from the \u003ccode\u003eobject\u003c/code\u003e class, such as \u003ccode\u003eToString()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, \u003ccode\u003eGetHashCode()\u003c/code\u003e and \u003ccode\u003eGetType()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]