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.
isExpired(Defined in: app-sdk/src/jwt/core/isExpired.ts:9 Checks if a JWT is expired based on its ‘exp’ claimdecodedJWT):boolean
Parameters
decodedJWT
AnyVincentJWT
Returns
boolean
true if expired, false otherwise
