Πήγαινε στο κύριο περιεχόμενο

SignerComponentTokenScopeInput

Resource scope for the signer component. Identifies the recipient signing session this token authorises. Provide either recipientId or sessionId, but not both.

Fields

FieldTypeRequiredDefaultDescription
recipientIdIDNoRecipient (signer) this token is scoped to. Use when you have the recipient ID but not yet a session
sessionIdIDNoSession ID for the recipient's signing session. Use when you already have an active session

Example

Using recipientId:

signer: {
recipientId: "cmVjMTIzNDU2"
}

Or using sessionId if you already have one:

signer: {
sessionId: "c2VzMTIzNDU2"
}

Export This Article

Save a copy of this page as PDF or plain text.