# File lib/doorkeeper/oauth/helpers/uri_checker.rb, line 19 def self.valid_for_authorization?(url, client_url) valid?(url) && client_url.split.any? { |other_url| matches?(url, other_url) } end