class Fastly

def authed?

Whether or not we're authed at all by either username & password or API key
def authed?
  client.authed?
end