# File lib/doorkeeper/oauth/forbidden_token_response.rb, line 4 def self.from_scopes(scopes, attributes = {}) new(attributes.merge(scopes: scopes)) end