27 28 29
# File 'lib/oauth3.rb', line 27 def normalize_provider_uri(uri) 'https://' + uri.gsub(/https?:\/\//, '') end