# File lib/doorkeeper/oauth/helpers/uri_checker.rb, line 23
        def self.as_uri(url)
          URI.parse(url)
        end