csharp 在AccountController中获取声明

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 在AccountController中获取声明相关的知识,希望对你有一定的参考价值。

AuthenticateResult result= await 
  AuthenticationManager.AuthenticateAsync(DefaultAuthenticationTypes.ExternalCookie);
var claims = result.Identity.Claims;

以上是关于csharp 在AccountController中获取声明的主要内容,如果未能解决你的问题,请参考以下文章

ASP.Net Core 2.1 中的身份< - 自定义 AccountController

使用 RedirectToAction 时如何跳过控制器名称?

在 Laravel 中覆盖关系

RedirectToAction 根本不起作用

Spring注解

JWT - 解密令牌但不验证