DocuSignClient.GenerateEmbeddedSigningURLAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generate Embedded Signing URL (V2)
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.EmbeddedSigningResponse> GenerateEmbeddedSigningURLAsync(string account, string envelope, Azure.Connectors.Sdk.DocuSign.Models.DynamicSigningUrlFields input, string isThisAnInPersonSigner, string authenticationMethod, string returnURL, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateEmbeddedSigningURLAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.DynamicSigningUrlFields * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.EmbeddedSigningResponse>
override this.GenerateEmbeddedSigningURLAsync : string * string * Azure.Connectors.Sdk.DocuSign.Models.DynamicSigningUrlFields * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.EmbeddedSigningResponse>
Public Overridable Function GenerateEmbeddedSigningURLAsync (account As String, envelope As String, input As DynamicSigningUrlFields, isThisAnInPersonSigner As String, authenticationMethod As String, returnURL As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EmbeddedSigningResponse)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- input
- DynamicSigningUrlFields
The request body.
- isThisAnInPersonSigner
- String
Is this an in-person signer?
- authenticationMethod
- String
Authentication Method
- returnURL
- String
Return URL
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Generate Embedded Signing URL (V2) response.
Remarks
Generate Embedded Signing URL (V2)