Method: DocuSign_eSign::Signer#identity_verification

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

#identity_verificationObject

Specifies the ID Verification workflow applied on an envelope by workflow ID. <br/>See the [list](/docs/esign-rest-api/reference/accounts/identityverifications/list/) method in the [IdentityVerifications](/docs/esign-rest-api/reference/accounts/identityverifications/) resource for more information on how to retrieve workflow IDs available for an account. <br/>This can be used in addition to other [recipient authentication](support.docusign.com/en/guides/ndse-user-guide-recipient-authentication) methods. <br/>Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients’ identity by verifying their ID while ID Check relies on data available on public records (such as current and former address).



150
151
152
# File 'lib/docusign_esign/models/signer.rb', line 150

def identity_verification
  @identity_verification
end