Skip to content

verifyLtiJwt

verifyLtiJwt(token, opts): Promise<LtiClaims>

Defined in: packages/core/src/jwt.ts:23

Verify an inbound LTI JWT (the launch id_token): checks the signature via the platform JWKS and validates iss / aud / exp / iat. Throws a typed error (SignatureError / ExpiredError / ClaimValidationError) on failure.

string

VerifyOptions

Promise<LtiClaims>