deepLinkForm
deepLinkForm(
response):string
Defined in: packages/core/src/deep-linking.ts:119
Build an auto-submitting HTML form that POSTs the deep-link response JWT back
to the platform. Serve it as text/html from your deep-link route. Values are
HTML-escaped. Note: the inline submit script requires your CSP to allow it
(or drop the script and rely on the <noscript> button).
Parameters
Section titled “Parameters”response
Section titled “response”Returns
Section titled “Returns”string