Click or drag to resize

ITwilioAuthentication Interface

A small interface for a service to generate tokens for Twilio's javascript libraries

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ITwilioAuthentication

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
Methods
  NameDescription
Public methodGenerateTwilioToken
Generates a token based on the type you provide in the type parameter
Top
See Also