b5c15d7e454a4be4b188bd4ce1f96e4fc6283fd7fafe8a278c310126229bbead.json 1.8 KB

1
  1. {"ast":null,"code":"\"use strict\";\n\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.AuthInfo = void 0;\nclass AuthInfo {\n constructor(headerName, token) {\n this.privHeaderName = headerName;\n this.privToken = token;\n }\n get headerName() {\n return this.privHeaderName;\n }\n get token() {\n return this.privToken;\n }\n}\nexports.AuthInfo = AuthInfo;","map":{"version":3,"names":["Object","defineProperty","exports","value","AuthInfo","constructor","headerName","token","privHeaderName","privToken"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common.speech/IAuthentication.js"],"sourcesContent":["\"use strict\";\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.AuthInfo = void 0;\nclass AuthInfo {\n constructor(headerName, token) {\n this.privHeaderName = headerName;\n this.privToken = token;\n }\n get headerName() {\n return this.privHeaderName;\n }\n get token() {\n return this.privToken;\n }\n}\nexports.AuthInfo = AuthInfo;\n\n"],"mappings":"AAAA,YAAY;;AACZ;AACA;AACAA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,QAAQ,GAAG,KAAK,CAAC;AACzB,MAAMA,QAAQ,CAAC;EACXC,WAAWA,CAACC,UAAU,EAAEC,KAAK,EAAE;IAC3B,IAAI,CAACC,cAAc,GAAGF,UAAU;IAChC,IAAI,CAACG,SAAS,GAAGF,KAAK;EAC1B;EACA,IAAID,UAAUA,CAAA,EAAG;IACb,OAAO,IAAI,CAACE,cAAc;EAC9B;EACA,IAAID,KAAKA,CAAA,EAAG;IACR,OAAO,IAAI,CAACE,SAAS;EACzB;AACJ;AACAP,OAAO,CAACE,QAAQ,GAAGA,QAAQ","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}