mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
734 B
734 B
Interface: GeneralJWS
types.GeneralJWS
General JWS definition. Payload is an optional return property, it is not returned when JWS Unencoded Payload Option RFC7797 is used.
Table of contents
Properties
Properties
payload
• Optional payload: string
Defined in: types.d.ts:170
signatures
• signatures: Omit<FlattenedJWSInput, payload>[]
Defined in: types.d.ts:171