UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router v7

9 lines 445 B
import { JwtPayload } from '@shopify/shopify-api'; import type { BasicParams } from '../../types'; interface ValidateSessionTokenOptions { checkAudience?: boolean; retryRequest?: boolean; } export declare function validateSessionToken(params: BasicParams, request: Request, token: string, { checkAudience, retryRequest }?: ValidateSessionTokenOptions): Promise<JwtPayload>; export {}; //# sourceMappingURL=validate-session-token.d.ts.map