process Credential Request SDJWT
abstract fun processCredentialRequestSDJWT(subjectDID: DID, privateKey: PrivateKey, offerJson: JsonObject): String(source)
Processes the SDJWT credential request and returns a string representation of the processed result.
Return
The string representation of the processed result.
Parameters
subject DID
The DID of the subject for whom the request is being processed.
private Key
The private key used for signing the JWT.
offer Json
The JSON object representing the credential offer.