Class: Tasker::Authentication::Coordinator

Inherits:
Object
  • Object
show all
Defined in:
lib/tasker/authentication/coordinator.rb

Class Method Summary collapse

Class Method Details

.authenticatorObject



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