File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ Parsed WWW-Authenticate challenge
1414
1515• ` readonly ` ** parameters** : [ ` WWWAuthenticateChallengeParameters ` ] ( WWWAuthenticateChallengeParameters.md )
1616
17- Parsed WWW-Authenticate challenge auth-param dictionary (always present but will be empty when
18- [ token68] ( #token68 ) is present)
17+ Parsed WWW-Authenticate challenge auth-param dictionary (always present but may be empty, e.g.
18+ when [ token68] ( #token68 ) is present, or when no auth-param pairs
19+ were provided)
1920
2021***
2122
Original file line number Diff line number Diff line change @@ -2640,8 +2640,9 @@ export interface WWWAuthenticateChallenge {
26402640 */
26412641 readonly scheme : Lowercase < string >
26422642 /**
2643- * Parsed WWW-Authenticate challenge auth-param dictionary (always present but will be empty when
2644- * {@link WWWAuthenticateChallenge.token68 token68} is present)
2643+ * Parsed WWW-Authenticate challenge auth-param dictionary (always present but may be empty, e.g.
2644+ * when {@link WWWAuthenticateChallenge.token68 token68} is present, or when no auth-param pairs
2645+ * were provided)
26452646 */
26462647 readonly parameters : WWWAuthenticateChallengeParameters
26472648 /**
You can’t perform that action at this time.
0 commit comments