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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `GoogleScopedAuthorizeAttribute` class is used to specify that a class or method requires authorization, allowing for the incremental addition of Google scopes."],["This attribute can be constructed by providing a string array of required Google authentication scopes."],["The `Scopes` property allows for getting or setting the Google authentication scopes needed for the associated class or method."],["The namespace for the attribute is `Google.Apis.Auth.AspNetCore3`, and it's part of the `Google.Apis.Auth.AspNetCore3.dll` assembly."],["The class inherits from the `AuthorizeAttribute` class, which itself inherits from the `object` class."]]],[]]