Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.14 KB

CaptiveRecipient.md

File metadata and controls

13 lines (9 loc) · 1.14 KB

CaptiveRecipient

Properties

Name Type Description Notes
clientUserId String Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Use this field to associate the signer with their userId in your app. Authenticating the user is the responsibility of your app when you use embedded signing. Note: if the `clientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to true, an error is generated on sending. Maximum length: 100 characters. [optional]
email String The email address associated with the captive recipient. [optional]
errorDetails ErrorDetails [optional]
userName String The username associated with the captive recipient. [optional]

[Back to Model list] [Back to API list] [Back to README]