Skip to main content

@hyperledger/identus-edge-agent-sdk / Exports / Domain / JWT / DecodedObj

Interface: DecodedObj

Domain.JWT.DecodedObj

Table of contents

Properties

Properties

data

data: string

Defined in

src/domain/utils/JWT.ts:21


header: Header

Defined in

src/domain/utils/JWT.ts:18


payload

payload: JWTPayload

Defined in

src/domain/utils/JWT.ts:19


signature

signature: string

Defined in

src/domain/utils/JWT.ts:20