class Fastly::Client

def authed?

def authed?
  !api_key.nil? || fully_authed?
end