API Features

Two Factor Authentication API provides an easy way for your application to:##

  • Verify the identity of the user by using his/her mobile phone.
  • Validate the mobile phone number of the user.

Code Generation##

Two Factor Authentication uses a formula that specifies the type of PIN to be generated and sent to the user, along with the type of answer it expects. Routee supports the SMS method that will send the message to the user’s mobile device through SMS.

Code Method##

Two Factor Authentication also uses a method that specifies the way the message will be delivered to the user. Routee supports the SMS method that will send the message to the users mobile device through SMS.

Time Period##

All verifications are valid for a specified period of time. After that period they become expired. The default period is 10 minutes and beyond that period, they become expired.

You are able to change it through Routee web interface and assign a new default value for your application, or configure it with each request through lifetimeInSeconds parameter.


What’s Next