Rocky_Mountain_Vending/.pnpm-store/v10/files/d3/e7958542ee607be0dd0dadae01f721b49f51425eaede39e40f614c07b2a0520524a0fd6038c0a91f1f7e0f92ea83cebe816d9e05c58ca81d57dfbd48545b80
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

8 lines
416 B
Text

/**
* The time window (5 mins) that SDK will treat the SSO token expires in before the defined expiration date in token.
* This is needed because server side may have invalidated the token before the defined expiration date.
*
* @internal
*/
export declare const EXPIRE_WINDOW_MS: number;
export declare const REFRESH_MESSAGE = "To refresh this SSO session run 'aws sso login' with the corresponding profile.";