Struct TokenCacheData
Details related to a UnsafeTokenCacheOptions cache delegate.
public struct TokenCacheData
- Inherited Members
Constructors
TokenCacheData(ReadOnlyMemory<byte>)
Constructs a new TokenCacheData instance with the specified cache bytes.
public TokenCacheData(ReadOnlyMemory<byte> cacheBytes)
Parameters
cacheBytes
ReadOnlyMemory<byte>The serialized content of the token cache.
Properties
CacheBytes
The bytes representing the state of the token cache.
public readonly ReadOnlyMemory<byte> CacheBytes { get; }