jose/docs/interfaces/types.generaljws.md
2021-07-02 17:21:55 +02:00

748 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:228


signatures

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

Defined in

types.d.ts:229