You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/msal-common/apiReview/msal-common.api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -999,7 +999,7 @@ export function buildAccountToCache(cacheStorage: CacheManager, authority: Autho
999
999
// Warning: (ae-missing-release-tag) "buildClientConfiguration" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
1005
1005
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
@@ -2227,7 +2227,7 @@ function generateAccountId(accountEntity: AccountEntity): string;
2227
2227
// Warning: (ae-missing-release-tag) "generateAppMetadataKey" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2228
2228
//
2229
2229
// @public
2230
-
function generateAppMetadataKey({ environment, clientId, }:AppMetadataEntity):string;
2230
+
function generateAppMetadataKey(input:AppMetadataEntity):string;
2231
2231
2232
2232
// Warning: (ae-missing-release-tag) "generateAuthorityMetadataExpiresAt" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "AuthenticatedTemplate" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "AuthenticatedTemplateProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
36
36
//
@@ -75,7 +75,7 @@ export type MsalAuthenticationResult = {
75
75
// Warning: (ae-missing-release-tag) "MsalAuthenticationTemplate" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "MsalConsumer" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "MsalProvider" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "MsalProviderProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "UnauthenticatedTemplate" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "UnauthenticatedTemplateProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
0 commit comments