LtiDeepLinking
Defined in: packages/core/src/lti.ts:72
Deep Linking (content selection) namespace on the Lti instance.
Methods
Section titled “Methods”form()
Section titled “form()”form(
response):string
Defined in: packages/core/src/lti.ts:76
Auto-submitting HTML form that POSTs the response JWT back to the platform.
Parameters
Section titled “Parameters”response
Section titled “response”Returns
Section titled “Returns”string
signResponse()
Section titled “signResponse()”signResponse(
args):Promise<DeepLinkResponse>
Defined in: packages/core/src/lti.ts:74
Sign an LtiDeepLinkingResponse for the selected content items.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<DeepLinkResponse>