{"version":3,"file":"tokenManager.mjs","sources":["../../../../src/pushNotifications/utils/tokenManager.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nlet token;\n/**\n * Sets token.\n *\n * @internal\n */\nexport const setToken = (newToken) => {\n    token = newToken;\n};\n/**\n * Returns the current token.\n *\n * @internal\n */\nexport const getToken = () => token;\n"],"names":[],"mappings":"AAAA;AACA;AACA,IAAI,KAAK;AACT;AACA;AACA;AACA;AACA;AACY,MAAC,QAAQ,GAAG,CAAC,QAAQ,KAAK;AACtC,IAAI,KAAK,GAAG,QAAQ;AACpB;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,QAAQ,GAAG,MAAM;;;;"}