UNPKG

672 BJavaScriptView Raw
1"use strict";
2/*
3 * Copyright (c) Microsoft Corporation. All rights reserved.
4 * Licensed under the MIT License.
5 */
6Object.defineProperty(exports, "__esModule", { value: true });
7exports.buildResponseStateOnly = void 0;
8function buildResponseStateOnly(state) {
9 return {
10 uniqueId: "",
11 tenantId: "",
12 tokenType: "",
13 idToken: null,
14 idTokenClaims: null,
15 accessToken: "",
16 scopes: null,
17 expiresOn: null,
18 account: null,
19 accountState: state,
20 fromCache: false
21 };
22}
23exports.buildResponseStateOnly = buildResponseStateOnly;
24//# sourceMappingURL=AuthResponse.js.map
\No newline at end of file