Skip to main content

Share a proof schema

Creates a share endpoint URL from a proof schema. Other mobile verifiers can make an HTTP request on this URL to import the proof schema.

Function

shareProofSchema(
proofSchemaId: ProofSchema["id"]
): Promise<ShareProofSchemaResponse>

Parameters

  • UUID of the proof schema to be shared.

Return value

The URL which can be shared with other mobile verifiers.