Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created May 3, 2018 19:05
Show Gist options
  • Save explorer14/64de87f37c9fc2798fe0cffa066091b5 to your computer and use it in GitHub Desktop.
Save explorer14/64de87f37c9fc2798fe0cffa066091b5 to your computer and use it in GitHub Desktop.
public class TokenWithClaimsPrincipal
{
public string AccessToken { get; internal set; }
public ClaimsPrincipal ClaimsPrincipal { get; internal set; }
public AuthenticationProperties AuthProperties { get; internal set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment