AvatarContentTokenProvider - конструктор

Provider avatar content access tokens.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public AvatarContentTokenProvider(
	IClock clock,
	ISession session,
	ITessaServerSettings serverSettings,
	IRoleGetStrategy roleGetStrategy,
	ITokenRepository tokenRepository,
	TokenInfoBuilderFactory tokenBuilderFactory
)

Параметры

clock  IClock
session  ISession
serverSettings  ITessaServerSettings
roleGetStrategy  IRoleGetStrategy
tokenRepository  ITokenRepository
tokenBuilderFactory  TokenInfoBuilderFactory
Factory class to create instances of TokenInfoBuilder with predefined configurations.

Заметки

The token can only exist as a single instance per user within the scope.

См. также