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)
Adds a handle to the cache
System.​Threading.​Tasks.​Task<​bool>
ExistsAsync​(string purpose,
string handle)
Checks if a cached handle exists