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-21 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 constructor `GoogleScopedAuthorizeAttribute(params string[] scopes)` creates an instance of the attribute, defining the necessary Google auth scopes."],["The `Scopes` property allows setting or retrieving the Google auth scopes required, presented as a read-only list of strings."],["The latest version of the document is 1.69.0 and Google.Apis.Auth.AspNetCore3.dll assembly is used by this class."]]],[]]