Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 734 Bytes

types.generaljws.md

File metadata and controls

30 lines (17 loc) · 734 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:223


signatures

signatures: Omit<FlattenedJWSInput, payload>[]

Defined in: types.d.ts:224