Skip to content

Commit 8bb118f

Browse files
- Update API doc.
1 parent c2fef48 commit 8bb118f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -489,13 +489,12 @@ export type Configuration = {
489489
// @public
490490
function createGuid(): string;
491491

492-
/**
493-
* Creates a nestable PublicClientApplication instance.
494-
* @param configuration - The configuration object for the client application.
495-
* @param correlationId - Optional correlation ID for tracking requests.
496-
* @param pcaFactory - Optional factory function to customize PublicClientApplication creation.
497-
* @public
498-
*/
492+
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
493+
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
494+
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
495+
// Warning: (ae-missing-release-tag) "createNestablePublicClientApplication" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
496+
//
497+
// @public
499498
export function createNestablePublicClientApplication(configuration: Configuration, correlationId?: string, pcaFactory?: (configuration: Configuration, controller: IController) => IPublicClientApplication): Promise<IPublicClientApplication>;
500499

501500
// 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)