HttpFs.Auth0


TokenCacheEntry

Namespace: HttpFs.Auth0

Represents an entry in the TokenCache

Record Fields

Record FieldDescription
Expiration
Signature: int64

The time at which the cached value will expire

Value
Signature: TokenCacheValue

The value that was cached

Fork me on GitHub