Delete dead file
This commit is contained in:
parent
5e92de8009
commit
6e67b1c9b1
|
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue