WalletBridgeIssuerMetadataSigner

data class WalletBridgeIssuerMetadataSigner(val keyId: String?, val algorithm: String, val trustType: WalletBridgeIssuerMetadataSignerTrustType)

Trusted signer details returned after Swift verifies signed Credential Issuer Metadata.

Constructors

Link copied to clipboard
constructor(keyId: String?, algorithm: String, trustType: WalletBridgeIssuerMetadataSignerTrustType)

Properties

Link copied to clipboard

JWS algorithm verified by the trust resolver.

Link copied to clipboard

Identifier of the trusted verification key, as reported by the trust resolver.

Link copied to clipboard

Authority category established by the trust resolver.