WalletBridgeClientIdTrustConfiguration

data class WalletBridgeClientIdTrustConfiguration(val x509TrustAnchorsPem: List<String> = emptyList(), val preRegisteredClientMetadataJson: Map<String, String> = emptyMap())

Verifier Request Object trust configuration exposed to the Swift wallet bridge.

Constructors

Link copied to clipboard
constructor(x509TrustAnchorsPem: List<String> = emptyList(), preRegisteredClientMetadataJson: Map<String, String> = emptyMap())

Properties

Link copied to clipboard

Explicit pre-registered client metadata, keyed by client ID.

Link copied to clipboard

PEM-encoded trust anchors pinned by the hosting application.