Reject proof
Rejects a request to submit a proof. No credentials are shared with the verifier.
Function
- React Native
- iOS
- Android
holderRejectProof(
interactionId: InvitationResultProofRequest["interactionId"]
): Promise<void>
func holderRejectProof(interactionId: String) throws
fun `holderRejectProof`(`interactionId`: String)
Parameters
interactionId
- The id associated with the particular verification interaction; value from the handle invitation function.
Return value
A successful rejection returns no value.