コード例 #1
0
 public long RemainingSeconds(string userId, string totpCode)
 {
     return(_passService.GetOtpRemainingSeconds(userId, totpCode));
 }