Files
PasswordManager/node_modules/@azure/msal-browser/dist/custom-auth-path/response/AuthenticationResult.d.ts

5 lines
255 B
TypeScript
Raw Normal View History

2025-11-12 10:13:24 -05:00
import { AccountInfo, AuthenticationResult as CommonAuthenticationResult } from "@azure/msal-common/browser";
export type AuthenticationResult = CommonAuthenticationResult & {
account: AccountInfo;
};
//# sourceMappingURL=AuthenticationResult.d.ts.map