infobip / infobip-api-csharp-client

Infobip API client library in C#, distributed as a NuGet package.
https://www.infobip.com/docs/api
MIT License
11 stars 17 forks source link

Difference between the send SMS and TFA? #17

Closed Leonardo-Ferreira closed 1 year ago

Leonardo-Ferreira commented 1 year ago

In practice, what is the difference between these 2 APIs? is the delivery of the TFA faster? more reliable? or TFA is just a wrapper on the regular SMS with a easier to understand response errors and messages?

jo-suau commented 1 year ago

Hi Leonardo, thank you for reaching out! 2FA Service is like a wrapper, but it generates the PIN codes for you. Whereas if you wanted to use SMS API for 2FA you'll need to generate and manage the 2FA Pin codes yourself.