return request.post({ url: properties.server.auth[type].tokenUri,
    json: true,
    form,
    headers,
  });