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

Factory class to create instances of TokenInfoBuilder with predefined configurations.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public TokenInfoBuilderFactory(
	ISession session,
	IAccessTokenGenerator tokenGenerator,
	ITokenSignatureProvider tokenSignatureProvider
)

Параметры

session  ISession
Сессия пользователя.
tokenGenerator  IAccessTokenGenerator
Access token generator.
tokenSignatureProvider  ITokenSignatureProvider
An object that provides cryptographic means for signing and verifying signatures for an access token.

См. также