SimpleCredentialPresentmentData

An implementation of CredentialPresentmentSet for simple request.

Return

a CredentialPresentmentSet with a single option containing a single member with the matches contained in credentials

Parameters

credentials

a list of credentials and associated claims.

Constructors

Link copied to clipboard
constructor(credentials: List<Pair<Credential, Map<RequestedClaim, Claim>>>)

Properties

Link copied to clipboard

A list of credential sets which can be presented. Contains at least one set but may contain more.

Functions

Link copied to clipboard

Consolidates matches from several options and members into one.

Link copied to clipboard
open override fun select(preselectedDocuments: List<Document>): CredentialPresentmentSelection

Selects a particular combination of credentials to select.