Request a proof
Creates a share endpoint URL from a proof request. A wallet holder can use this URL to access the proof request.
Function
- React Native
- iOS
- Android
shareProof(proofId: ProofDetail["id"]): Promise<ShareProofResponse>
func shareProof(proofId: String) throws -> ShareProofResponseBindingDto
fun `shareProof`(`proofId`: kotlin.String): ShareProofResponseBindingDto
Parameters
- ID of the proof request (value from create proof request)
Return value
The URL which can be shared with the holder.