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 authorization, allowing for the incremental addition of Google scopes.\u003c/p\u003e\n"],["\u003cp\u003eThis attribute can be constructed by providing a string array of required Google authentication scopes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScopes\u003c/code\u003e property allows for getting or setting the Google authentication scopes needed for the associated class or method.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for the attribute is \u003ccode\u003eGoogle.Apis.Auth.AspNetCore3\u003c/code\u003e, and it's part of the \u003ccode\u003eGoogle.Apis.Auth.AspNetCore3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the \u003ccode\u003eAuthorizeAttribute\u003c/code\u003e class, which itself inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]