# File lib/doorkeeper/oauth/helpers/scope_checker.rb, line 39
        def self.match?(scope_str, server_scopes, application_scopes = nil)
          Validator.new(scope_str, server_scopes, application_scopes).match?
        end