infinity-forge
Version:
9 lines • 496 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.extractClientId = extractClientId;
function extractClientId(credentialResponse) {
var _a;
var clientId = (_a = credentialResponse === null || credentialResponse === void 0 ? void 0 : credentialResponse.clientId) !== null && _a !== void 0 ? _a : credentialResponse === null || credentialResponse === void 0 ? void 0 : credentialResponse.client_id;
return clientId;
}
//# sourceMappingURL=index.js.map