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.
Parameters
Section titled “Parameters”Lti
handler
Section titled “handler”Returns
Section titled “Returns”(req) => Promise<Response>