Skip to content

Instantly share code, notes, and snippets.

@vaygeth89
Created November 18, 2020 22:17
Show Gist options
  • Save vaygeth89/7ffe0c539f9d94d27da645c751e08df3 to your computer and use it in GitHub Desktop.
Save vaygeth89/7ffe0c539f9d94d27da645c751e08df3 to your computer and use it in GitHub Desktop.
tutorial-dotnet-JWTProtectedAPI
namespace JWTProtectedAPI.ViewModels
{
public class UserProfile
{
public string Email { get; set; }
public string Username { get; set; }
public string PhoneNumber { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment