Method: DocuSign_eSign::Signer#id_check_configuration_name

Defined in:
lib/docusign_esign/models/signer.rb

#id_check_configuration_nameObject

Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. Example: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as ‘ID Check $’ and ‘SMS Auth $’. To use ID check in an envelope, the idCheckConfigurationName should be ‘ID Check ’. If you wanted to use SMS, it would be ‘SMS Auth $’ and you would need to add you would need to add phone number information to the ‘smsAuthentication` node.



141
142
143
# File 'lib/docusign_esign/models/signer.rb', line 141

def id_check_configuration_name
  @id_check_configuration_name
end