Register Verifier Instance Request
data class RegisterVerifierInstanceRequest(var organisationId: String, var verifierProviderUrl: String, var type: String, var trustedIssuerRequired: Boolean)
Properties
Link copied to clipboard
The verifier unit's organization.
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.
Link copied to clipboard
The Verifier Provider's reference URL.