Delete dead file

This commit is contained in:
Hao Kung 2015-07-01 14:38:29 -07:00
parent 5e92de8009
commit 6e67b1c9b1
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Authentication.OpenIdConnect
{
public interface INonceCache
{
bool TryAddNonce(string nonce);
bool TryRemoveNonce(string nonce);
}
}