findCardsByCardHolder

abstract suspend fun findCardsByCardHolder(issuerId: String, cardHolderHandle: String): List<CardHandle>

Returns list of cards with cardHandle and issuer id which can be used in checkCards.

The cardHolderHandle shall contain is following claim:

  • issuerId - cardholder alias

  • cardholderAlias - identifier of issuer of card of cardholder

Return

list of cards with issuerId and cardHandle

Parameters

issuerId

Identifier of the issuer of the cardholder

cardHolderHandle

JWT with cardholderRef claim