Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created July 20, 2020 00:31
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/9fb7a007364efe3dfef66bb4dee14db0 to your computer and use it in GitHub Desktop.
Save xximjasonxx/9fb7a007364efe3dfef66bb4dee14db0 to your computer and use it in GitHub Desktop.
[HttpGet]
public async Task<IActionResult> Callback([FromQuery]string code)
{
return Ok();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment