Skip to content

launch

launch(lti, handler): (req) => Promise<Response>

Defined in: packages/next/src/index.ts:94

Launch verification. Parses the id_token+state form POST, verifies via the core (signature + single-use nonce + claims), then hands the typed result to your handler. A verification failure returns 400 before your handler runs.

Lti

LaunchBindingHandler

(req) => Promise<Response>