Click or drag to resize

TwilioTokenType Enumeration

The different types of token's we can generate for Twilio's javascript libraries to allow them to make REST calls with our account.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum TwilioTokenType
Members
  Member nameValueDescription
Client0 The Twilio Client needs to be authenticated to recieve and/or make phone calls with our account. This is their softphone product
TaskRouterWorker1 The worker's in Task Router need to be authenticated to recieve new tasks and to update their current activity
TaskRouterWorkspace2 The workspace object in Task Router's Javascript library needs to be authenticated to access our account's data. We currently use this to fetch more detailed information about the latest task a worker has been reserved for
See Also