ApiAccessTokenCacheEntry - структура

Represents a cache entry for an API access token.

Definition

Пространство имён: Tessa.Tokens.Api
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public readonly struct ApiAccessTokenCacheEntry : IEquatable<ApiAccessTokenCacheEntry>
Inheritance
Object    ValueType    ApiAccessTokenCacheEntry
Implements
IEquatableApiAccessTokenCacheEntry

Конструкторы

ApiAccessTokenCacheEntry Represents a cache entry for an API access token.

Свойства

SessionTokenThe associated session token, if any.
TokenDataThe actual access token data.

Методы

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)

См. также