public class GoogleScopedAuthorizeAttribute : AuthorizeAttribute, IAuthorizeData
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 authorization requirements, including the addition of Google scopes, for a class or method in .NET applications.\u003c/p\u003e\n"],["\u003cp\u003eThis attribute inherits from \u003ccode\u003eAuthorizeAttribute\u003c/code\u003e and implements \u003ccode\u003eIAuthorizeData\u003c/code\u003e, providing a way to incrementally add Google scopes to authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGoogleScopedAuthorizeAttribute\u003c/code\u003e can be constructed with a parameter to specify the Google authentication scopes that are required, in the form of an array of strings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScopes\u003c/code\u003e property allows you to get or set the list of Google authorization scopes required for a class or method, providing further control over authorization requirements.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eGoogleScopedAuthorizeAttribute\u003c/code\u003e is 1.69.0, however versions as far back as 1.50.0 are also documented.\u003c/p\u003e\n"]]],[],null,[]]