Method: DocuSign_eSign::Signer#sms_authentication
- Defined in:
- lib/docusign_esign/models/signer.rb
#sms_authentication ⇒ Object
When ‘idCheckConfigurationName` is set to `SMS Auth $`, you use this complex type to provide the recipient authentication method details. It contains the element `senderProvidedNumbers`, which is an array of phone numbers that the recipient can use for SMS text authentication.
282 283 284 |
# File 'lib/docusign_esign/models/signer.rb', line 282 def sms_authentication @sms_authentication end |