processCredentialRequestJWT

abstract fun processCredentialRequestJWT(subjectDID: DID, privateKey: PrivateKey, offerJson: JsonObject): String(source)

Processes the JWT credential request and returns a string representation of the processed result.

Return

The string representation of the processed result.

Parameters

subjectDID

The DID of the subject for whom the request is being processed.

privateKey

The private key used for signing the JWT.

offerJson

The JSON object representing the credential offer.