completeSigningSession

# completeSigningSession


fun completeSigningSession(signingSessionDetails: SigningSessionDetails, signature: Signature, timestamp: Date, resultHandler: ResultHandler<SigningSessionStatus, SigningSessionException>)

Complete signing session with returning signature and its timestamp to the MIRACL Platform.

# Parameters

signingSessionDetails details for the signing session.
signature signature that needs to be sent to the server.
timestamp timestamp of the server.
resultHandler a callback to handle the result of updating signing session.
- If successful, the result is MIRACLSuccess with the SigningSessionStatus. - If an error occurs, the result is MIRACLError with a message. On exception, the exception object is also passed.