Click or drag to resize

ServicePropertiestwilio_ApiKey Property

A unique identifier generated by Twilio that can be used in place of your AccountSID for many API calls and for token generation. Tokens generated with an ApiKey will be revoked when the ApiKey is revoked whereas tokens generated with an AccountSID can never be revoked.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string twilio_ApiKey { get; }

Property Value

Type: String
A unique identifier generated by Twilio that can be used in place of your AccountSID for many API calls and for token generation. Tokens generated with an ApiKey will be revoked when the ApiKey is revoked whereas tokens generated with an AccountSID can never be revoked.
Remarks
Applies to ServiceInstance twilio only.
See Also