Module: AuthlogicRpx::ActsAsAuthentic::Config

Defined in:
lib/authlogic_rpx/acts_as_authentic.rb

Instance Method Summary collapse

Instance Method Details

#map_id(value = false) ⇒ Object Also known as: map_id=

map_id is used to enable RPX identity mapping experimental - a feature of RPX paid accounts and not properly developed/tested yet

  • Default: false

  • Accepts: boolean



23
24
25
# File 'lib/authlogic_rpx/acts_as_authentic.rb', line 23

def map_id(value = false)
	rw_config(:map_id, value, false)
end