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"]],[["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-21 UTC."],[[["The `GoogleScopedAuthorizeAttribute` class is used to specify authorization requirements, including the addition of Google scopes, for a class or method in .NET applications."],["This attribute inherits from `AuthorizeAttribute` and implements `IAuthorizeData`, providing a way to incrementally add Google scopes to authorization."],["The `GoogleScopedAuthorizeAttribute` can be constructed with a parameter to specify the Google authentication scopes that are required, in the form of an array of strings."],["The `Scopes` 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."],["The latest version of `GoogleScopedAuthorizeAttribute` is 1.69.0, however versions as far back as 1.50.0 are also documented."]]],[]]