文件名称:ms-rest-nodeauth:具有类型定义的Azure的基于node.js的身份验证库
文件大小:57KB
文件格式:ZIP
更新时间:2024-02-26 00:34:51
javascript typescript azure azure-active-directory adal
ms-rest-nodeauth 该库为Azure中的服务提供了不同的基于node.js的身份验证机制。 它还包含丰富的类型定义,从而提供良好的TypeScript体验。 所有身份验证方法都支持回调和承诺。 如果在应用程序的异步方法中调用了它们,那么您也可以使用异步/等待模式。 使用个人帐户时应考虑的事项: 使用个人帐户时,传递给身份验证方法的选项中的domain属性是强制性的,应将其设置为租户ID。 如果未设置此属性,则通过身份验证方法创建的凭据将无法访问个人帐户的任何资源。 出于同样的原因,这些方法的返回值中预期的预订列表将为空。 您可以从Azure门户或Azure CLI获取租
【文件预览】:
ms-rest-nodeauth-master
----.gitignore(1KB)
----package.json(2KB)
----tslint.json(2KB)
----sample.env(262B)
----samples()
--------usernamePassword.ts(650B)
--------interactive.ts(481B)
--------servicePrincipalCertificate.ts(750B)
--------servicePrincipalSecret.ts(716B)
--------authFileWithSpCert.ts(602B)
--------getCredentialsFromAzureCli.ts(3KB)
--------authFileWithSpSecret.ts(606B)
--------interactivePersonalAccount.ts(2KB)
----LICENSE(1KB)
----tsconfig.json(818B)
----.github()
--------CODEOWNERS(68B)
--------ISSUE_TEMPLATE()
----rollup.config.js(552B)
----README.md(11KB)
----Changelog.md(6KB)
----lib()
--------msRestNodeAuth.ts(2KB)
--------subscriptionManagement()
--------login.ts(52KB)
--------credentials()
--------util()
----.vscode()
--------settings.json(405B)
--------launch.json(1KB)
----azure-pipelines.yml(2KB)
----.gitattributes(500B)
----test()
--------credentials()
--------mocha.opts(80B)
----.scripts()
--------checkPackageJsonVersion.ts(161B)