unverifiedPayload property

JosePayload get unverifiedPayload

Returns the unverified payload (with the protected header parameters from the first signature)

Implementation

JosePayload get unverifiedPayload => JosePayload(data, commonHeader);