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

A builder class to facilitate the creation of ITokenInfo objects. It allows for the step-by-step configuration of token properties.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public TokenInfoBuilder(
	TokenFormat format,
	TokenScope scope,
	string description,
	ISession session,
	IAccessTokenGenerator tokenGenerator,
	ITokenSignatureProvider tokenSignatureProvider
)

Параметры

format  TokenFormat
Token storage format.
scope  TokenScope
The token scope.
description  String
A description of the token.
session  ISession
Сессия пользователя.
tokenGenerator  IAccessTokenGenerator
Access token generator.
tokenSignatureProvider  ITokenSignatureProvider
An object that provides cryptographic means for signing and verifying signatures for an access token.

См. также