Microsoft.IdentityModel.Tokens.ITokenReplayCache public interface ITokenReplayCache Interface that defines a simple cache for tacking replaying of security tokens. Documentation Code bool TryAdd(string securityToken, DateTime expiresOn) Try to add a securityToken. bool TryFind(string securityToken) Try to find securityToken