ICITwilioSmsProviderProfile
The ICITwilioSmsProviderProfile interface is used to manage the Twilio SMS profile for multifactor authentication.
Properties
-
Property Message As String
Provide the Message that will be sent in the SMS, or keep the default. Do not edit anything between the percent symbols.
HRESULT Message([out, retval] BSTR* pVal); HRESULT Message([in] BSTR newVal);
EFT v8.0.4 and later
Property Number As String
Provide the Twilio Number copied from your Twilio account. You must include the country code and the + PLUS SIGN (e.g., in the USA, +1) in front of the number.
HRESULT Number([out, retval] BSTR* pVal); HRESULT Number([in] BSTR newVal);
EFT v8.0.4 and later
Provide the Twilio Account SID copied from your Twilio account.
HRESULT Sid([out, retval] BSTR* pVal); HRESULT Sid([in] BSTR newVal);
EFT v8.0.4 and later
Provide the Auth Token copied from your Twilio account.
HRESULT Token([out, retval] BSTR* pVal); HRESULT Token([in] BSTR newVal);
EFT v8.0.4 and later
Property Url As String
Provide the Post URL copied from your Twilio account.
HRESULT Url([out, retval] BSTR* pVal); HRESULT Url([in] BSTR newVal);
EFT v8.0.4 and later