Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Services.​IReplayCache

Assembly: Duende.IdentityServer

Interface for replay cache implementations

Methods

AddAsync​(string purpose, string handle, System.​DateTimeOffset expiration, System.​Threading.​CancellationToken ct)
Adds a handle to the cache
ct The cancellation token.
ExistsAsync​(string purpose, string handle, System.​Threading.​CancellationToken ct)
Checks if a cached handle exists
ct The cancellation token.