UNPKG

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