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

Function getIDToken

lib/index.js:420–424  ·  view source on GitHub ↗
(aud)

Source from the content-addressed store, hash-verified

418}
419exports.getState = getState;
420function getIDToken(aud) {
421 return __awaiter(this, void 0, void 0, function* () {
422 return yield oidc_utils_1.OidcClient.getIDToken(aud);
423 });
424}
425exports.getIDToken = getIDToken;
426/**
427 * Summary exports

Callers

nothing calls this directly

Calls 1

getIDTokenMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…