public readonly struct ApiAccessTokenCacheEntry : IEquatable<ApiAccessTokenCacheEntry>Public Structure ApiAccessTokenCacheEntry
Implements IEquatable(Of ApiAccessTokenCacheEntry)public value class ApiAccessTokenCacheEntry : IEquatable<ApiAccessTokenCacheEntry>[<SealedAttribute>]
type ApiAccessTokenCacheEntry =
struct
inherit ValueType
interface IEquatable<ApiAccessTokenCacheEntry>
end| ApiAccessTokenCacheEntry | Represents a cache entry for an API access token. |
| SessionToken | The associated session token, if any. |
| TokenData | The actual access token data. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |