# one\_touch\_request\_responded

This event is triggered when a OneTouch request is either accepted or rejected by the user.

one\_touch\_request\_responded is a **OneTouch** event, and will be generated for OneTouch usage.

## Event attributes

| event                                              | The name of the event                                                                                                                     |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| objects.app.s\_account\_sid                        | The Twilio ID of the account                                                                                                              |
| objects.app.s\_device\_app                         | The authentication application being used by the device; this will be authy, a custom branded customer app name, or an SDK-based app name |
| objects.app.s\_id                                  | The ID of the customer app                                                                                                                |
| objects.app.s\_type                                | The type of the customer app; either full or trial                                                                                        |
| objects.onetouch\_request.s\_device\_geolocation   | The device's geolocation                                                                                                                  |
| objects.onetouch\_request.s\_device\_signing\_time | The datetime when the device signed the request                                                                                           |
| objects.onetouch\_request.s\_errors                | A list of errors created when creating or updating the request; may be empty                                                              |
| objects.onetouch\_request.i\_expiration\_timestamp | The date when the OneTouch request will expire                                                                                            |
| objects.onetouch\_request.i\_seconds\_to\_expire   | The number of seconds remaining before the request expires                                                                                |
| objects.onetouch\_request.s\_status                | The status of the OneTouch request; possible values are- pending, approved, denied, or expired                                            |
| objects.onetouch\_request.s\_uuid                  | The ID of the OneTouch request                                                                                                            |
| objects.user.s\_authy\_id                          | The user's Authy ID                                                                                                                       |
| objects.user.as\_authy\_ids                        | A list of Authy IDs associated with a user; a user may have multiple Authy IDs if they created and then merged multiple accounts          |
| objects.user.b\_banned                             | Whether or not the user is banned                                                                                                         |
| objects.user.s\_country\_code                      | The country code of the user's phone number                                                                                               |
| objects.user.s\_locale                             | The locale of the user                                                                                                                    |
| objects.user.s\_phone\_number                      | The user's phone number                                                                                                                   |
| request.id                                         | The unique ID of the request                                                                                                              |
| request.ip                                         | The IP address where the request originated                                                                                               |
| time                                               | The datetime when the event happened                                                                                                      |
