Files
Media-Coding-Web/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
2026-04-04 12:49:09 +08:00

7 lines
281 B
JavaScript

export const isSsoProfile = (arg) => arg &&
(typeof arg.sso_start_url === "string" ||
typeof arg.sso_account_id === "string" ||
typeof arg.sso_session === "string" ||
typeof arg.sso_region === "string" ||
typeof arg.sso_role_name === "string");