whatsapp otp
.NET (Core and Framework)
3
Posts
3
Posters
60
Views
1
Watching
-
i want to code whatsapp otp send for totp in asp.net linq operation
-
i want to code whatsapp otp send for totp in asp.net linq operation
You are going to be MUCH more specific than this. What have you tried so far? .NET whatsapp OTP[^]
-
i want to code whatsapp otp send for totp in asp.net linq operation
To implement sending WhatsApp OTP for TOTP (Time-based One-Time Password) in ASP.NET using LINQ operations, you'll need to: 1. Generate TOTP: Use a library that supports TOTP generation. 2. Send the OTP to WhatsApp: You can use services like Twilio, Vonage, or WhatsApp Business API to send messages via WhatsApp. 3. Verify the OTP: Store and verify the TOTP against the user input.