processCredentialRequestSDJWT

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

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.