module AuthlogicOauth::Session::Config

Public Instance Methods

find_by_oauth_method(value = nil) click to toggle source
  • Default: :find_by_oauth_token

  • Accepts: Symbol

# File lib/authlogic_oauth/session.rb, line 15
def find_by_oauth_method(value = nil)
  rw_config(:find_by_oauth_method, value, :find_by_oauth_token)
end
Also aliased as: find_by_oauth_method=
find_by_oauth_method=(value = nil) click to toggle source