SignSignature (ById)
Executes a confirmed signature request by performing the cryptographic signing operation. It returns the completed signature in the appropriate format.
Prerequisites:
Signature request must be in READY status (use confirm endpoint first)
void SignSignatureById_RawSignature(FString Id, const FVyUserAuth& SigningMethod, const FVySignSignatureById_RawSignatureRequest& Params, const FVyOnSignSignatureById_RawSignatureComplete& OnComplete) const;
Parameters
Id
FString
UUID of the signature request to execute
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
Params
FVySignSignatureById_RawSignatureRequest
Parameters for this operation (FVySignSignatureById_RawSignatureRequest)
OnComplete
FVyOnSignSignatureById_RawSignatureComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnSignSignatureById_RawSignatureComplete) Contains a FVyRawSignatureDto response type
Last updated