Skip to main content
Defined in: app-sdk/src/jwt/types.ts:147

Extends

Properties

data

data: string
Defined in: app-sdk/src/jwt/types.ts:86

Inherited from

DecodedJWT.data
header: object
Defined in: app-sdk/src/jwt/types.ts:77

Index Signature

[x: string]: any

alg

alg: "ES256K"

typ

typ: "JWT"

Inherited from

DecodedJWT.header

payload

payload: JWTPayload & object
Defined in: app-sdk/src/jwt/types.ts:148

Type Declaration

role
role: "app-delegatee"
sub?
optional sub: `0x${string}`

Overrides

DecodedJWT.payload

signature

signature: string
Defined in: app-sdk/src/jwt/types.ts:85

Inherited from

DecodedJWT.signature
I