@shopify/shopify-app-react-router
Version:
Shopify React Router - to simplify the building of Shopify Apps with React Router
1 lines • 650 B
Source Map (JSON)
{"version":3,"file":"authenticate.mjs","sources":["../../../../../../../src/server/authenticate/public/checkout/authenticate.ts"],"sourcesContent":["import type {BasicParams} from '../../../types';\nimport {authenticateExtensionFactory} from '../extension/authenticate';\n\nimport type {AuthenticateCheckout} from './types';\n\nexport function authenticateCheckoutFactory(\n params: BasicParams,\n): AuthenticateCheckout {\n return authenticateExtensionFactory(\n params,\n 'checkout',\n ) as AuthenticateCheckout;\n}\n"],"names":[],"mappings":";;AAKM,SAAU,2BAA2B,CACzC,MAAmB,EAAA;AAEnB,IAAA,OAAO,4BAA4B,CACjC,MAAM,EACN,UAAU,CACa;AAC3B;;;;"}