Click or drag to resize

ITwilioAuthentication Properties

The ITwilioAuthentication type exposes the following members.

Properties
  NameDescription
Public propertyAccountSID
The unique identifier of the account used to generate tokens. Also useful for connecting to Twilio's REST API
Public propertyAuthToken
The shared secret for the Account specified by AccountSID. This is used to authenticate requests to Twilio and to sign tokens
Public propertyServiceToken
The token used to authenticate WebHooks. This is used by the IVR application to generate authenticated redirects in TwiML
Public propertyWorkspaceSID
The unique identifier of the task router workspace that we use. Workspaces contain workers, queues, and workflows
Top
See Also