TrustedRequesterIdentity

class TrustedRequesterIdentity(val identity: RequesterIdentity, val trustMetadata: TrustMetadata)

Represents a requester identity that is trusted by a presenter, with additional metadata.

This object is typically generated by PresentmentSource.resolveTrust.

TODO: should this be an open class, so that app developers could pass custom trust information?

Parameters

identity

identity of the Verifier that requested presentment from the list in Requester.requesterIdentities

trustMetadata

metadata related to the Requester in the context of the presentment request that provides branding and other information about the requester

Constructors

Link copied to clipboard
constructor(identity: RequesterIdentity, trustMetadata: TrustMetadata)

Properties

Link copied to clipboard
Link copied to clipboard