| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
ViewUrl |
EnvelopesApi.createRecipientView(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest)
Returns a URL to the recipient view UI.
|
| Modifier and Type | Method and Description |
|---|---|
RecipientViewRequest |
RecipientViewRequest.assertionId(String assertionId)
A unique identifier of the authentication event executed by the client application.
|
RecipientViewRequest |
RecipientViewRequest.authenticationInstant(String authenticationInstant)
A sender generated value that indicates the date/time that the signer was authenticated.
|
RecipientViewRequest |
RecipientViewRequest.authenticationMethod(String authenticationMethod)
A sender created value that indicates the convention used to authenticate the signer.
|
RecipientViewRequest |
RecipientViewRequest.clientUserId(String clientUserId)
A sender created value that shows the recipient is embedded (captive).
|
RecipientViewRequest |
RecipientViewRequest.email(String email)
Specifies the email of the recipient.
|
RecipientViewRequest |
RecipientViewRequest.pingFrequency(String pingFrequency)
Only used if pingUrl is specified.
|
RecipientViewRequest |
RecipientViewRequest.pingUrl(String pingUrl)
A client Url to be pinged by the DocuSign Signing experience to indicate to the client that Signing is active.
|
RecipientViewRequest |
RecipientViewRequest.recipientId(String recipientId)
Unique for the recipient.
|
RecipientViewRequest |
RecipientViewRequest.returnUrl(String returnUrl)
The URL the recipient is directed to on certain events.
|
RecipientViewRequest |
RecipientViewRequest.securityDomain(String securityDomain)
The domain in which the user authenticated.
|
RecipientViewRequest |
RecipientViewRequest.userId(String userId)
Specifies the user ID of the recipient.
|
RecipientViewRequest |
RecipientViewRequest.userName(String userName)
Specifies the username of the recipient.
|
Copyright © 2016. All rights reserved.