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
Adds protocol implementation (request properties and generation and
response properties) for the new EAR flow.
Response handling will be added in a separate PR as this one is already
fairly large
Copy file name to clipboardExpand all lines: lib/msal-browser/apiReview/msal-browser.api.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,8 @@ export type AuthorizationCodeRequest = Partial<Omit<CommonAuthorizationCodeReque
126
126
127
127
// Warning: (ae-missing-release-tag) "AuthorizationUrlRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "authRequestNotSetError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
136
133
//
@@ -190,6 +187,7 @@ export class BrowserAuthError extends AuthError {
// Warning: (ae-missing-release-tag) "earJwkEmpty" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
720
+
//
721
+
// @public (undocumented)
722
+
const earJwkEmpty ="ear_jwk_empty";
723
+
721
724
// Warning: (ae-missing-release-tag) "emptyNavigateUri" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
722
725
//
723
726
// @public (undocumented)
@@ -1338,7 +1341,7 @@ export type PopupPosition = {
1338
1341
// Warning: (ae-missing-release-tag) "PopupRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -1595,7 +1598,7 @@ function redirectPreflightCheck(initialized: boolean, config: BrowserConfigurati
1595
1598
// Warning: (ae-missing-release-tag) "RedirectRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "SsoSilentRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "stateInteractionTypeMismatch" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
0 commit comments