getClientAssertionId

abstract suspend fun getClientAssertionId(tokenUrl: String): String

Looks up OAuth client id for the given OpenId4VCI issuance server targetIssuanceUrl.

This is the same client id that would be used in client assertion created using createJwtClientAssertion.