Class: Tasker::Authentication::Coordinator
- Inherits:
-
Object
- Object
- Tasker::Authentication::Coordinator
- Defined in:
- lib/tasker/authentication/coordinator.rb
Class Method Summary collapse
Class Method Details
.authenticator ⇒ Object
10 11 12 |
# File 'lib/tasker/authentication/coordinator.rb', line 10 def authenticator @authenticator ||= build_authenticator end |
.reset! ⇒ Object
20 21 22 |
# File 'lib/tasker/authentication/coordinator.rb', line 20 def reset! @authenticator = nil end |