jose/docs/interfaces/types.GeneralJWS.md
2021-08-20 22:40:04 +02:00

717 B

Interface: GeneralJWS

types.GeneralJWS

General JWS definition. Payload is returned as an empty string when JWS Unencoded Payload Option RFC7797 is used.

Table of contents

Properties

Properties

payload

payload: string

Defined in

types.d.ts:227


signatures

signatures: Omit<FlattenedJWSInput, "payload">[]

Defined in

types.d.ts:228