Method: Appfront::Command::Auth.authenticate!

Defined in:
lib/appfront/command/auth.rb

.authenticate!Object



62
63
64
65
# File 'lib/appfront/command/auth.rb', line 62

def self.authenticate!
  return true if authenticated?
  
end