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 specific Google authorization scopes."],["This attribute allows for the incremental addition of Google scopes, offering flexibility in authorization requirements."],["The `GoogleScopedAuthorizeAttribute` constructor takes an array of strings (`scopes`) as parameters, which are the required Google auth scopes."],["The `Scopes` property allows setting or retrieving the required Google auth scopes for the class or method it is applied to, it is of type `IReadOnlyList\u003cString\u003e`."],["There are multiple versions available, spanning from 1.50.0 to the latest 1.69.0."]]],[]]