import { CommonAuthorizationUrlRequest } from "@azure/msal-common"; /** * This type is deprecated and will be removed on the next major version update */ export type AuthorizationUrlRequest = Omit & { state: string; nonce: string; }; //# sourceMappingURL=AuthorizationUrlRequest.d.ts.map