Delete test/index.js

This commit is contained in:
Daniel Hougaard
2025-09-26 22:50:44 +04:00
committed by GitHub
parent 72bd15626a
commit 9aea2e4ef6

View File

@@ -1,13 +0,0 @@
const { InfisicalSDK } = require("../lib");
(async () => {
const client = new InfisicalSDK({
siteUrl: "https://bd87c650dfad.ngrok.app"
});
await client.auth().awsIamAuth.login({
identityId: "8c7ed837-8246-4ec4-aa65-508cf1349529"
});
console.log(client.auth().getAccessToken());
})();