durable-functions
Version:
Durable Functions library for Node.js Azure Functions
11 lines • 400 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ManagedIdentityTokenSource = void 0;
class ManagedIdentityTokenSource {
constructor(resource) {
this.resource = resource;
this.kind = "AzureManagedIdentity";
}
}
exports.ManagedIdentityTokenSource = ManagedIdentityTokenSource;
//# sourceMappingURL=ManagedIdentityTokenSource.js.map
;