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/fcb471f5bc398bc35325d8b3b7ff1e54 to your computer and use it in GitHub Desktop.
Save xximjasonxx/fcb471f5bc398bc35325d8b3b7ff1e54 to your computer and use it in GitHub Desktop.
namespace Auth0LoginCustom
{
public static class CustomContext
{
public static string AuthCode;
public static string AccessToken;
public static string RefreshToken;
public static string IdToken;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment