Files
sistema_combustible/backend/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs
2026-06-02 16:57:08 +00:00

15 lines
389 B
JavaScript

/*! @azure/msal-browser v5.11.0 2026-05-19 */
'use strict';
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
function isEncrypted(data) {
return (data.hasOwnProperty("id") &&
data.hasOwnProperty("nonce") &&
data.hasOwnProperty("data"));
}
export { isEncrypted };
//# sourceMappingURL=EncryptedData.mjs.map