Contents

payloadValue

The verified value of the signed type that StoreKit confirms as verified.

Declaration

var payloadValue: SignedType { get throws }

Discussion

This property represents the value of a payload in a JSON Web Signature (JWS) value that passed StoreKit verification.

This property throws an error if the JWS value containing the payload doesn’t pass StoreKit’s verification and is therefore unverified. To access the payload of an unverified JWS value, get the associated value of the verification result, or use the unsafePayloadValue property.

See Also

Getting the verification results