UNPKG

msal-iframe-ok

Version:

Fork to allow silent renewal in iFrame of Microsoft Authentication Library for js

19 lines 546 B
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); function buildResponseStateOnly(state) { return { uniqueId: "", tenantId: "", tokenType: "", idToken: null, accessToken: "", scopes: null, expiresOn: null, account: null, accountState: state }; } exports.buildResponseStateOnly = buildResponseStateOnly; //# sourceMappingURL=AuthResponse.js.map