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)
// src/cache/LocalStorage.ts:296:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
1492
1483
// src/cache/LocalStorage.ts:354:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
1493
1484
// src/cache/LocalStorage.ts:385:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
1494
-
// src/config/Configuration.ts:256:5 - (ae-forgotten-export) The symbol "InternalAuthOptions" needs to be exported by the entry point index.d.ts
1485
+
// src/config/Configuration.ts:231:5 - (ae-forgotten-export) The symbol "InternalAuthOptions" needs to be exported by the entry point index.d.ts
1495
1486
// src/event/EventHandler.ts:113:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
1496
1487
// src/event/EventHandler.ts:139:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
1497
1488
// src/index.ts:8:12 - (tsdoc-characters-after-block-tag) The token "@azure" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
// 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