TwilioAuth SDK Quickstart Tutorials
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.
What is the TwilioAuth SDK
The TwilioAuth SDK is a native library for both Apple iOS and Google Android that allows you to implement push authentication and TOTP capabilities in your own mobile application.
Requirements
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 |
Next Steps
The following tutorials will guide you implementing the SDK through a sample backend emulating your server
Running the Sample App with the sample backend
Integrating the SDK in your app with the sample backend
Now do it by yourself
Integrating the SDK with your own backend
Support
For a complete overview you can also read this guide: How the TwilioAuth SDK works If you find any inconveniences while following these guides please file us an issue
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.