Extends
Properties
data
data: string
Defined in: app-sdk/src/jwt/types.ts:86
Inherited from
DecodedJWT
.data
header
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:Defined in: app-sdk/src/jwt/types.ts:148JWTPayload
&object
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