Module
OmniAuth::Strategy
In:
lib/omniauth/strategy.rb
Methods
auth_hash
call
call!
call_app!
call_through_to_app
callback_path
callback_phase
callback_url
current_path
fail!
full_host
included
inspect
mock_call!
new
path_prefix
query_string
redirect
request
request_path
request_phase
script_name
session
setup_path
setup_phase
user_info
Public Class methods
included
(base)
new
(app, name, *args) {|self if block_given?| ...}
Public Instance methods
auth_hash
()
call
(env)
call!
(env)
call_app!
(env = @env)
call_through_to_app
()
callback_path
()
callback_phase
()
callback_url
()
current_path
()
fail!
(message_key, exception = nil)
full_host
()
inspect
()
mock_call!
(env)
path_prefix
()
query_string
()
redirect
(uri)
request
()
request_path
()
request_phase
()
script_name
()
session
()
setup_path
()
setup_phase
()
user_info
()
[Validate]