UNPKG

@aws-sdk/token-providers

Version:
8 lines (7 loc) 320 B
/// <reference types="@aws-sdk/nested-clients/sso-oidc" /> import { FromSsoInit } from "./fromSso"; /** * Returns a SSOOIDC client for the given region. * @internal */ export declare const getSsoOidcClient: (ssoRegion: string, init?: FromSsoInit) => Promise<import("@aws-sdk/nested-clients/sso-oidc").SSOOIDCClient>;