初始化环境文件
This commit is contained in:
6
node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
generated
vendored
Normal file
6
node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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");
|
||||
Reference in New Issue
Block a user