DocuSignClient.StaticResponseForEmbeddedSigningSchemaAsync Method

Definition

StaticResponseForEmbeddedSigningSchemaV2

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.StaticResponseForEmbeddedSigningSchemaResponse> StaticResponseForEmbeddedSigningSchemaAsync(string returnURL, string isThisAnPersonSigner, System.Threading.CancellationToken cancellationToken = default);
abstract member StaticResponseForEmbeddedSigningSchemaAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.StaticResponseForEmbeddedSigningSchemaResponse>
override this.StaticResponseForEmbeddedSigningSchemaAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.StaticResponseForEmbeddedSigningSchemaResponse>
Public Overridable Function StaticResponseForEmbeddedSigningSchemaAsync (returnURL As String, isThisAnPersonSigner As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StaticResponseForEmbeddedSigningSchemaResponse)

Parameters

returnURL
String

Return URL

isThisAnPersonSigner
String

Is This an Person Signer?

cancellationToken
CancellationToken

Cancellation token.

Returns

The StaticResponseForEmbeddedSigningSchemaV2 response.

Remarks

Discovery method used to populate dynamic parameter values at design time.

Applies to