Module: Authlogic::ActsAsAuthentic::SingleAccessToken::Config

Defined in:
lib/authlogic/acts_as_authentic/single_access_token.rb

Overview

All configuration for the single_access token aspect of acts_as_authentic.

Instance Method Summary collapse

Instance Method Details

#change_single_access_token_with_password(value = nil) ⇒ Object Also known as: change_single_access_token_with_password=



15
16
17
# File 'lib/authlogic/acts_as_authentic/single_access_token.rb', line 15

def change_single_access_token_with_password(value = nil)
  config(:change_single_access_token_with_password, value, false)
end