VerifierInstanceDetail

data class VerifierInstanceDetail(var id: String, var trustedIssuerRequired: Boolean)

Constructors

Link copied to clipboard
constructor(id: String, trustedIssuerRequired: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var id: String
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.