class Github::Authorizations

def _check_if_authenticated

def _check_if_authenticated
  raise ArgumentError, 'You can only access authentication tokens through Basic Authentication' unless authenticated?
end