botbook/node_modules/@azure/msal-browser/dist/request/AuthorizationUrlRequest.d.ts

9 lines
396 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
import { CommonAuthorizationUrlRequest } from "@azure/msal-common";
/**
* This type is deprecated and will be removed on the next major version update
*/
export type AuthorizationUrlRequest = Omit<CommonAuthorizationUrlRequest, "state" | "nonce" | "requestedClaimsHash" | "nativeBroker"> & {
state: string;
nonce: string;
};
//# sourceMappingURL=AuthorizationUrlRequest.d.ts.map