UNPKG

msal

Version:
17 lines 464 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. export function buildResponseStateOnly(state) { return { uniqueId: "", tenantId: "", tokenType: "", idToken: null, idTokenClaims: null, accessToken: "", scopes: null, expiresOn: null, account: null, accountState: state }; } //# sourceMappingURL=AuthResponse.js.map