Verifying received verifiable credentials

I want to become a relying party. So, I request credentials from an issuer with the requestVerifiablePresentation function and get a jwt credential presentation as a return value. Then, as my understanding, I need to validate it in the backend and there is a function named validate_ii_presentation_and_claims to do this from the ic-verifiable-credentials library. But we are using Motoko in the backend. So my question is, is there any Motoko implementation to validate the issued credentials?

Unfortunately, there isn’t a Motoko implementation.

@demali.icp was looking into it a while back.