Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created July 20, 2020 00:42
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/dc4b252b0f64d3c5b523e27564ab0ff2 to your computer and use it in GitHub Desktop.
Save xximjasonxx/dc4b252b0f64d3c5b523e27564ab0ff2 to your computer and use it in GitHub Desktop.
@{
ViewData["Title"] = "Code Page";
}
<div class="text-center" style="width: 500px">
@CustomContext.AuthCode
<hr />
@CustomContext.RefreshToken
<hr />
@CustomContext.IdToken
<hr />
@CustomContext.AccessToken
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment