Skip to content

LtiDeepLinking

Defined in: packages/core/src/lti.ts:72

Deep Linking (content selection) namespace on the Lti instance.

form(response): string

Defined in: packages/core/src/lti.ts:76

Auto-submitting HTML form that POSTs the response JWT back to the platform.

DeepLinkResponse

string


signResponse(args): Promise<DeepLinkResponse>

Defined in: packages/core/src/lti.ts:74

Sign an LtiDeepLinkingResponse for the selected content items.

SignDeepLinkArgs

Promise<DeepLinkResponse>