How to get claims from JWT token in ASP.NET

前端 未结 0 734
面向向阳花
面向向阳花 2021-01-07 19:33

I have the following ASP.NET API action:

[HttpGet]
[Route("GetProfile")]
public ProfileModel GetProfileAsync()
{
    var headers = Request.Headers;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题