RegisterVerifierInstanceRequest

data class RegisterVerifierInstanceRequest(var organisationId: String, var verifierProviderUrl: String, var type: String, var trustedIssuerRequired: Boolean)

Constructors

Link copied to clipboard
constructor(organisationId: String, verifierProviderUrl: String, type: String, trustedIssuerRequired: Boolean)

Types

Link copied to clipboard
object Companion

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

Reference a configured verifierProvider instance.

Link copied to clipboard

The Verifier Provider's reference URL.