module Github::Authorization

def authenticated?

Check whether authentication credentials are present
def authenticated?
  basic_authed? || oauth_token?
end