ITwilioAuthentication Interface |
Namespace: NetQuarry.Services
The ITwilioAuthentication type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccountSID |
The unique identifier of the account used to generate tokens.
Also useful for connecting to Twilio's REST API
|
![]() | AuthToken |
The shared secret for the Account specified by AccountSID.
This is used to authenticate requests to Twilio and to sign tokens
|
![]() | ServiceToken |
The token used to authenticate WebHooks. This is used by the IVR application
to generate authenticated redirects in TwiML
|
![]() | WorkspaceSID |
The unique identifier of the task router workspace that we use.
Workspaces contain workers, queues, and workflows
|
Name | Description | |
---|---|---|
![]() | GenerateTwilioToken |
Generates a token based on the type you provide in the type
parameter
|