Пример #1
0
 public long GetOtpRemainingSeconds(string userId, string totpCode)
 {
     return(_otpGenerator.GetOtpRemainingSeconds(userId, totpCode));
 }