From 6ab39281e577044b34b55e68926c0646c6223876 Mon Sep 17 00:00:00 2001 From: Tugberk Ugurlu Date: Sun, 10 Sep 2017 10:39:23 +0100 Subject: [PATCH] Rename IUserAuthenticatorInfoStore.cs to IUserAuthenticatorKeyStore.cs --- ...rAuthenticatorInfoStore.cs => IUserAuthenticatorKeyStore.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Microsoft.Extensions.Identity.Core/{IUserAuthenticatorInfoStore.cs => IUserAuthenticatorKeyStore.cs} (99%) diff --git a/src/Microsoft.Extensions.Identity.Core/IUserAuthenticatorInfoStore.cs b/src/Microsoft.Extensions.Identity.Core/IUserAuthenticatorKeyStore.cs similarity index 99% rename from src/Microsoft.Extensions.Identity.Core/IUserAuthenticatorInfoStore.cs rename to src/Microsoft.Extensions.Identity.Core/IUserAuthenticatorKeyStore.cs index 413ac21c18..d54039db90 100644 --- a/src/Microsoft.Extensions.Identity.Core/IUserAuthenticatorInfoStore.cs +++ b/src/Microsoft.Extensions.Identity.Core/IUserAuthenticatorKeyStore.cs @@ -30,4 +30,4 @@ namespace Microsoft.AspNetCore.Identity /// The that represents the asynchronous operation, containing the security stamp for the specified . Task GetAuthenticatorKeyAsync(TUser user, CancellationToken cancellationToken); } -} \ No newline at end of file +}