AccessTokenInfo(String, TokenScope, DateTime, Byte) - конструктор
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public AccessTokenInfo(
string token,
TokenScope scope,
DateTime expires,
byte[]? hash
)
Public Sub New (
token As String,
scope As TokenScope,
expires As DateTime,
hash As Byte()
)
public:
AccessTokenInfo(
String^ token,
TokenScope^ scope,
DateTime expires,
array<unsigned char>^ hash
)
new :
token : string *
scope : TokenScope *
expires : DateTime *
hash : byte[] -> AccessTokenInfo
Параметры
- 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.