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

Extended by

Properties

data

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

Index Signature

[x: string]: any

alg

alg: "ES256K"

typ

typ: "JWT"

payload

payload: JWTPayload
Defined in: app-sdk/src/jwt/types.ts:84

signature

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