module Contaazul::Authentication

Public Instance Methods

authenticated?() click to toggle source
# File lib/contaazul/authentication.rb, line 3
def authenticated?
  !company_token.empty?
end
oauthed?() click to toggle source
# File lib/contaazul/authentication.rb, line 7
def oauthed?
  !oauth_token.nil?
end