Currently, although the library provides to the caller (of the library) the authorization details returned by the token endpoint, it misses a check that would make sure that:
In case token response contains authorization details of type openid_credential, then credential identifiers must be used to the credential request
We need to add this check and probably include the case to the readme and the documentation of the RequestIssuance interface