Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 738 Bytes

types.generaljws.md

File metadata and controls

30 lines (17 loc) · 738 Bytes

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:222


signatures

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

Defined in: types.d.ts:223