Rocky_Mountain_Vending/.pnpm-store/v10/files/ac/63d72bbc9b332135da21f2aa06bbd9181b27e773ae35ac2890f5812ee1682d98cc16f3b839086c52c689b13631819effe1e175c4d0ba4118388f2d145fe3c9
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

18 lines
459 B
Text

import { AwsCredentialIdentity } from "@smithy/types";
import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO";
export declare const resolveSSOCredentials: ({
ssoStartUrl,
ssoSession,
ssoAccountId,
ssoRegion,
ssoRoleName,
ssoClient,
clientConfig,
parentClientConfig,
callerClientConfig,
profile,
filepath,
configFilepath,
ignoreCache,
logger,
}: FromSSOInit & SsoCredentialsParameters) => Promise<AwsCredentialIdentity>;