5using System.Threading.Tasks;
10 [DefaultImplementation(typeof(AuthenticationService))]
15 Task CheckUserBlockingAsync();
16 Task<bool> CheckPasswordAndUnblockUserAsync(
string password);
17 Task<long> GetCurrentPasswordCounterAsync();
AuthenticationPurpose
Purpose for requesting the user to authenticate itself.