Rename IUserAuthenticatorInfoStore.cs to IUserAuthenticatorKeyStore.cs
This commit is contained in:
parent
388fea2ed6
commit
6ab39281e5
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue