Skip to content

Instantly share code, notes, and snippets.

@codemillmatt
Created September 4, 2018 17:24
Show Gist options
  • Save codemillmatt/686f9c9a9b96381950b9671f95551834 to your computer and use it in GitHub Desktop.
Save codemillmatt/686f9c9a9b96381950b9671f95551834 to your computer and use it in GitHub Desktop.
string userId = GetUserId(log);
Permission token = await GetPartitionPermission(userId, client, dbName, collectionName);
return req.CreateResponse<string>(HttpStatusCode.OK, token.Token);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment