<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.17.0" />

Microsoft.IdentityModel.Tokens.ITokenReplayCache

public interface ITokenReplayCache
Interface that defines a simple cache for tacking replaying of security tokens.
bool TryAdd(string securityToken, DateTime expiresOn)

Try to add a securityToken.

bool TryFind(string securityToken)

Try to find securityToken