class Doorkeeper::OAuth::ForbiddenTokenResponse
def self.from_scopes(scopes, attributes = {})
def self.from_scopes(scopes, attributes = {}) new(attributes.merge(scopes: scopes)) end
def self.from_scopes(scopes, attributes = {}) new(attributes.merge(scopes: scopes)) end