在Blazor WASM中获得原始的oauth令牌吗?

时间:2020-05-16 00:09:52

标签: asp.net-core blazor

我通过OidcAuthentication提供程序在Blazor WebAssembly应用程序中具有经过身份验证的用户。我知道如何通过AuthenticationStateProvider从用户对象中检出所有声明,但是无论如何,有没有要在我的Blazor页面中获取原始的oauth令牌?

1 个答案:

答案 0 :(得分:1)

尝试使用IAccessTokenProvider.RequestAccessToken

See more here

See also this / and this

希望这对您有帮助...