Method: Authlogic::Session::Foundation::InstanceMethods#credentials
- Defined in:
- lib/authlogic/session/foundation.rb
#credentials ⇒ Object
The credentials you passed to create your session. See credentials= for more info.
38 39 40 |
# File 'lib/authlogic/session/foundation.rb', line 38 def credentials [] end |