AccountClaimsPrincipalFactory<TAccount> 类

定义

generic <typename TAccount>
 where TAccount : RemoteUserAccountpublic ref class AccountClaimsPrincipalFactory
public class AccountClaimsPrincipalFactory<TAccount> where TAccount : RemoteUserAccount
type AccountClaimsPrincipalFactory<'Account (requires 'Account :> RemoteUserAccount)> = class
Public Class AccountClaimsPrincipalFactory(Of TAccount)

类型参数

TAccount

帐户类型。

继承
AccountClaimsPrincipalFactory<TAccount>

构造函数

AccountClaimsPrincipalFactory<TAccount>(IAccessTokenProviderAccessor)

初始化 的新 AccountClaimsPrincipalFactory<TAccount>实例。

属性

TokenProvider

获取或设置 IAccessTokenProvider

方法

CreateUserAsync(TAccount, RemoteAuthenticationUserOptions)

account 转换为最终 ClaimsPrincipal的 。

适用于