Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created December 28, 2019 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/dcd6377db4cb3e34370446047cd48023 to your computer and use it in GitHub Desktop.
Save xximjasonxx/dcd6377db4cb3e34370446047cd48023 to your computer and use it in GitHub Desktop.
[FunctionName("GetCurrentUserFunction")]
public async Task<IActionResult> Run(
[HttpTrigger(AuthorizationLevel.Anonymous, "get", Route = "current/user")]HttpRequestMessage eventData,
ILogger logger,
[UserToken]UserTokenResult userResult)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment