prepare Request Credential With Issuer
suspend fun prepareRequestCredentialWithIssuer(did: DID, offer: OfferCredential): RequestCredential(source)
This function prepares a request credential from an offer given the subject DID.
Return
Created request credential.
Parameters
did
Subject DID.
offer
Received offer credential.
Throws
if there is a problem creating the request credential.
if credential type is not supported