semblance-dev/node_modules/@azure/msal-browser/dist/custom-auth-path/response/AuthenticationResult.d.ts
2025-12-19 19:26:16 +00:00

5 lines
No EOL
259 B
TypeScript
Executable file

import { AccountInfo, AuthenticationResult as CommonAuthenticationResult } from "@azure/msal-common/browser";
export type AuthenticationResult = CommonAuthenticationResult & {
account: AccountInfo;
};
//# sourceMappingURL=AuthenticationResult.d.ts.map