Skip to content

Commit 63f6b2d

Browse files
committed
api extractor
1 parent 147a4db commit 63f6b2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/msal-browser/apiReview/msal-browser.api.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ export { INetworkModule }
993993
// @public
994994
export type InitializeApplicationRequest = {
995995
correlationId?: string;
996-
appId?: string;
996+
isBroker?: boolean;
997997
};
998998

999999
// Warning: (ae-missing-release-tag) "inMemRedirectUnavailable" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -1466,6 +1466,8 @@ export class PublicClientApplication implements IPublicClientApplication {
14661466
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
14671467
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
14681468
initializeWrapperLibrary(sku: WrapperSKU, version: string): void;
1469+
// (undocumented)
1470+
protected isBroker: boolean;
14691471
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
14701472
loginPopup(request?: PopupRequest | undefined): Promise<AuthenticationResult>;
14711473
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen

0 commit comments

Comments
 (0)