Skip to content

Commit 02857e9

Browse files
committed
chore: update WWWAuthenticateChallenge.parameters description
1 parent 35d4622 commit 02857e9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/interfaces/WWWAuthenticateChallenge.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)