AccessTokenInfo(String, TokenScope, DateTime, Byte) - конструктор

Creates an instance of the AccessTokenInfo class.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public AccessTokenInfo(
	string token,
	TokenScope scope,
	DateTime expires,
	byte[]? hash
)

Параметры

token  String
The access token.
scope  TokenScope
The scope of the token.
expires  DateTime
The expiration date and time of the token.
hash  Byte
The hash of the token.

См. также