View Source DocuSign.Model.IdentityVerifications (DocuSign v1.2.0)

Identity Verification enables you to verify a signer's identity before they can access a document. The IdentityVerifications resource provides a method that enables you to list the workflows that are available to an account.

Summary

Types

@type t() :: %DocuSign.Model.IdentityVerifications{
  identityVerification:
    [DocuSign.Model.AccountIdentityVerificationWorkflow.t()] | nil
}