import { CommonAuthorizationUrlRequest } from "@azure/msal-common/browser"; /** * Request object passed by user to ssoSilent to retrieve a Code from the server (first leg of authorization code grant flow) */ export type SsoSilentRequest = Partial>; //# sourceMappingURL=SsoSilentRequest.d.ts.map