aimpress-chatbot/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredential.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

17 lines
No EOL
625 B
TypeScript

import type { AccessToken, TokenCredential } from "@azure/core-auth";
/**
* WorkloadIdentityCredential supports Microsoft Entra Workload ID authentication on Kubernetes.
* Refer to <a href="https://learn.microsoft.com/azure/aks/workload-identity-overview">Microsoft Entra Workload ID</a>
* for more information.
*/
export declare class WorkloadIdentityCredential implements TokenCredential {
/**
* Only available in Node.js
*/
constructor();
/**
* Only available in Node.js
*/
getToken(): Promise<AccessToken | null>;
}
//# sourceMappingURL=workloadIdentityCredential-browser.d.mts.map