Rename IUserAuthenticatorInfoStore.cs to IUserAuthenticatorKeyStore.cs

This commit is contained in:
Tugberk Ugurlu 2017-09-10 10:39:23 +01:00 committed by Hao Kung
parent 388fea2ed6
commit 6ab39281e5
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ namespace Microsoft.AspNetCore.Identity
/// <returns>The <see cref="Task"/> that represents the asynchronous operation, containing the security stamp for the specified <paramref name="user"/>.</returns>
Task<string> GetAuthenticatorKeyAsync(TUser user, CancellationToken cancellationToken);
}
}
}