Rocky_Mountain_Vending/.pnpm-store/v10/files/c6/f28b4f850688bef46073e20de70cc2e009b55c2e444859b93118f2d0c629f6456f0425e044087956e4d0d518b04d8110cf716359d4a735f713aa5dfad2dfee
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

11 lines
418 B
Text

import { AwsIdentityProperties } from "@aws-sdk/types";
import { SSOToken } from "@smithy/shared-ini-file-loader";
import { FromSsoInit } from "./fromSso";
export declare const getNewSsoOidcToken: (
ssoToken: SSOToken,
ssoRegion: string,
init?: FromSsoInit,
callerClientConfig?: AwsIdentityProperties["callerClientConfig"]
) => Promise<
import("@aws-sdk/nested-clients/sso-oidc").CreateTokenCommandOutput
>;