Skip to main content

Documentation Index

Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

PayloadWithoutInternallySetKeys = DisallowKeys<Record<string, any>, InternallySetPayloadKeys>
Defined in: app-sdk/src/jwt/types.ts:37 Many standard payload properties are set automatically on Vincent JWTs, and will be overridden if you try to pass them in the raw payload when creating a new JWT. This interface identifies the keys that should not be provided in your payload, as they are internally managed. See InternallySetPayloadKeys for the list.