Share a credential schema
Creates a share endpoint URL from a credential schema. Other mobile verifiers can make an HTTP request on this URL to import the credential schema.
Function
- React Native
- iOS
- Android
shareCredentialSchema(
credentialSchemaId: CredentialSchema["id"]
): Promise<ShareCredentialSchemaResponse>
func shareCredentialSchema(credentialSchemaId: String) throws -> CredentialSchemaShareResponseBindingDto
fun `shareCredentialSchema`(`credentialSchemaId`: kotlin.String): CredentialSchemaShareResponseBindingDto
Parameters
- UUID of the credential schema to be shared.
Return value
The URL which can be shared with other mobile verifiers.