Method: DocuSign_eSign::Signer#phone_authentication
- Defined in:
- lib/docusign_esign/models/signer.rb
#phone_authentication ⇒ Object
When ‘idCheckConfigurationName` is set to `Phone Auth $`, you use this complex type to provide the recipient authentication method details. It contains the following elements: * `recipMayProvideNumber`: Boolean. When **true,** the recipient can use whatever phone number they choose. * `senderProvidedNumbers`: ArrayOfStrings. A list of phone numbers the recipient can use. * `recordVoicePrint`: Reserved for DocuSign. * `validateRecipProvidedNumber`: Reserved for DocuSign.
195 196 197 |
# File 'lib/docusign_esign/models/signer.rb', line 195 def phone_authentication @phone_authentication end |