Module: Ixtlan::UserManagement::SessionPlugin::ClassMethods
- Defined in:
- lib/ixtlan/user_management/session_plugin.rb
Instance Method Summary collapse
Instance Method Details
#authenticator ⇒ Object
28 29 30 |
# File 'lib/ixtlan/user_management/session_plugin.rb', line 28 def authenticator self[ :authenticator ] ||= Authenticator.new( self[ :rest ] ) end |