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
// Warning: (ae-missing-release-tag) "AuthorizationCodeRequest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
119
114
//
120
115
// @public (undocumented)
@@ -431,14 +426,10 @@ export { ClientAuthError }
431
426
432
427
export { ClientAuthErrorCodes }
433
428
434
-
export { ClientAuthErrorMessages }
435
-
436
429
export { ClientConfigurationError }
437
430
438
431
export { ClientConfigurationErrorCodes }
439
432
440
-
export { ClientConfigurationErrorMessages }
441
-
442
433
// Warning: (ae-missing-release-tag) "Configuration" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "AuthErrorMessages" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
581
-
//
582
-
// @public (undocumented)
583
-
exportconst AuthErrorMessages: {
584
-
unexpected_error:string;
585
-
post_request_failed:string;
586
-
};
587
-
588
580
// Warning: (ae-internal-missing-underscore) The name "AuthOptions" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-missing-release-tag) "ClientAuthErrorMessages" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-internal-missing-underscore) The name "ClientConfiguration" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-missing-release-tag) "ClientConfigurationErrorMessages" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1517
-
//
1518
-
// @public (undocumented)
1519
-
exportconst ClientConfigurationErrorMessages: {
1520
-
redirect_uri_empty:string;
1521
-
claims_request_parsing_error:string;
1522
-
authority_uri_insecure:string;
1523
-
url_parse_error:string;
1524
-
empty_url_error:string;
1525
-
empty_input_scopes_error:string;
1526
-
invalid_prompt_value:string;
1527
-
invalid_claims:string;
1528
-
token_request_empty:string;
1529
-
logout_request_empty:string;
1530
-
invalid_code_challenge_method:string;
1531
-
pkce_params_missing:string;
1532
-
invalid_cloud_discovery_metadata:string;
1533
-
invalid_authority_metadata:string;
1534
-
untrusted_authority:string;
1535
-
missing_ssh_jwk:string;
1536
-
missing_ssh_kid:string;
1537
-
missing_nonce_authentication_header:string;
1538
-
invalid_authentication_header:string;
1539
-
cannot_set_OIDCOptions:string;
1540
-
cannot_allow_platform_broker:string;
1541
-
authority_mismatch:string;
1542
-
};
1543
-
1544
1458
// Warning: (ae-missing-release-tag) "ClientInfo" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1545
1459
//
1546
1460
// @public
@@ -1812,7 +1726,7 @@ function createIdTokenEntity(homeAccountId: string, environment: string, idToken
1812
1726
// Warning: (ae-missing-release-tag) "createInteractionRequiredAuthError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "createNetworkError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
0 commit comments