Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.18 KB

File metadata and controls

24 lines (17 loc) · 1.18 KB

ParticipantSecurityOption

Properties

Name Type Description Notes
authenticationMethod AuthenticationMethodEnum The authentication method for the participants to have access to view and sign the document [optional]
password String The password required for the participant to view and sign the document. Note that AdobeSign will never show this password to anyone, so you will need to separately communicate it to any relevant parties. The password will not be returned in GET call. In case of PUT call, password associated with Agreement resource will remain unchanged if no password is specified but authentication method is provided as PASSWORD [optional]
phoneInfo PhoneInfo The phoneInfo required for the participant to view and sign the document [optional]

Enum: AuthenticationMethodEnum

Name Value
NONE "NONE"
PASSWORD "PASSWORD"
PHONE "PHONE"
KBA "KBA"
WEB_IDENTITY "WEB_IDENTITY"
ADOBE_SIGN "ADOBE_SIGN"