public class GoogleScopedAuthorizeAttribute : AuthorizeAttribute
Specifies that the class or method that this attribute is applied to requires the specified authorization,
which can include the incremental addition of Google scopes.
[[["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\u003eGoogleScopedAuthorizeAttribute\u003c/code\u003e class is used to specify that a class or method requires specific Google authorization scopes.\u003c/p\u003e\n"],["\u003cp\u003eThis attribute allows for the incremental addition of Google scopes, offering flexibility in authorization requirements.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eGoogleScopedAuthorizeAttribute(params string[] scopes)\u003c/code\u003e creates an instance of the attribute, defining the necessary Google auth scopes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScopes\u003c/code\u003e property allows setting or retrieving the Google auth scopes required, presented as a read-only list of strings.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the document is 1.69.0 and Google.Apis.Auth.AspNetCore3.dll assembly is used by this class.\u003c/p\u003e\n"]]],[],null,[]]