MCPcopy Create free account
hub / github.com/Azure/powershell / getIDTokenUrl

Method getIDTokenUrl

lib/index.js:530–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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* () {

Callers 1

getIDTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected