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
- React Native
- iOS
- Android
shareProofSchema(
proofSchemaId: ProofSchema["id"]
): Promise<ShareProofSchemaResponse>
func shareProofSchema(proofSchemaId: String) throws -> ProofSchemaShareResponseBindingDto
fun `shareProofSchema`(`proofSchemaId`: kotlin.String): ProofSchemaShareResponseBindingDto
Parameters
- UUID of the proof schema to be shared.
Return value
The URL which can be shared with other mobile verifiers.