Update Verifier Instance Request
data class UpdateVerifierInstanceRequest(var trustCollections: List<String>?, var trustedIssuerRequired: Boolean?)
Properties
Link copied to clipboard
The trust collections the verifier subscribes to, selected from those made available by the Verifier Provider. The verifier will evaluate trust against the lists contained in these collections. To keep subscribed collections in sync with the Verifier Provider, run the TRUST_COLLECTION_SYNC task.
Link copied to clipboard
When true, the verifier will only validate presentations of credentials issued by trusted issuers. Requires the Verifier Provider to have the trustEcosystemsEnabled feature flag enabled.