Example #1
0
 //Prints a random OTP string without creating the object
 public string GetRandomOTP()
 {
     return(OTPService.RandomString(64));
 }