@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
5 lines • 340 B
TypeScript
import { Session } from '@shopify/shopify-api';
import { BasicParams } from '../types';
export declare const WITHIN_MILLISECONDS_OF_EXPIRY: number;
export declare function ensureOfflineTokenIsNotExpired(session: Session, params: BasicParams, shop: string): Promise<Session>;
//# sourceMappingURL=ensure-offline-token-is-not-expired.d.ts.map