@azure/msal-browser
Version:
Microsoft Authentication Library for js
9 lines • 404 B
TypeScript
import { CommonAuthorizationUrlRequest } from "@azure/msal-common";
/**
* This type is deprecated and will be removed on the next major version update
*/
export declare type AuthorizationUrlRequest = Omit<CommonAuthorizationUrlRequest, "state" | "nonce" | "requestedClaimsHash" | "nativeBroker"> & {
state: string;
nonce: string;
};
//# sourceMappingURL=AuthorizationUrlRequest.d.ts.map