# File lib/omniauth/strategies/http_basic.rb, line 29 def get_credentials OmniAuth::Form.build(:title => title) do text_field 'Username', 'username' password_field 'Password', 'password' end.to_response end