UNPKG

@aws-sdk/credential-provider-sso

Version:

AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials

6 lines (5 loc) 268 B
export { fromSSO } from "./fromSSO"; export type { SsoCredentialsParameters, FromSSOInit } from "./fromSSO"; export { isSsoProfile } from "./isSsoProfile"; export type { SSOToken, SsoProfile } from "./types"; export { validateSsoProfile } from "./validateSsoProfile";