RequiredScopeAttribute public class RequiredScopeAttribute : Attribute Allows restricting a Kepler API call based on OAuth2 scopes. Documentation public string[] RequiredScopes { get; } The set of scopes that are required. The caller must possess all scopes (AND) in order for the authorization to succeed. public RequiredScopeAttribute(string[] scopes)