module Breacan::Authentication

Public Instance Methods

token_authenticated?() click to toggle source
# File lib/breacan/authentication.rb, line 3
def token_authenticated?
  !!@access_token
end