()
| 528 | return token; |
| 529 | } |
| 530 | static getIDTokenUrl() { |
| 531 | const runtimeUrl = process.env['ACTIONS_ID_TOKEN_REQUEST_URL']; |
| 532 | if (!runtimeUrl) { |
| 533 | throw new Error('Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable'); |
| 534 | } |
| 535 | return runtimeUrl; |
| 536 | } |
| 537 | static getCall(id_token_url) { |
| 538 | var _a; |
| 539 | return __awaiter(this, void 0, void 0, function* () { |