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; }
ReadOnly Property twilio_ApiKey As String
Get
Property Value
Type:
StringA 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