AccessTokenInfo(String, TokenScope, DateTime, Byte) - конструктор
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.