TwilioAuth SDK Quickstart Tutorials
Warning
The TwilioAuth SDK has been deprecated. This means that while we will continue to provide maintenance support for existing customers and their usage, we discourage new customers and new usage, as we may shut it down entirely in the future. We strongly recommend using the Verify Push SDK instead, which currently supports the Push channel, and will be enhanced to support the TOTP channel in the future.
The TwilioAuth SDK is a native library for both Apple iOS and Android that lets you implement push authentication and time-based one-time password (TOTP) capabilities in your own mobile application.
| Requirement | Description |
|---|---|
| AUTHY_API_KEY | This credential will give you access to our services Obtaining an Authy API Key |
| Your Server | Interacts with Twilio obtaining an authy_id and a registration token. Why do I need a server? |
| [Optional] iOS/Android Push Notification Certs | If you want to delegate the push notification delivery to Twilio, upload your Apple APNS certificate and the Google GCM ID |

The following tutorials guide you through implementing the SDK with a sample backend that emulates your server:
For a complete overview you can also read this guide: How the TwilioAuth SDK works If you encounter any issues while following these guides, file an issue: