Interface: WWWAuthenticateChallenge
March 19, 2026 ยท View on GitHub
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
Parsed WWW-Authenticate challenge
Properties
parameters
โข readonly parameters: WWWAuthenticateChallengeParameters
Parsed WWW-Authenticate challenge auth-param dictionary (always present but may be empty, e.g. when token68 is present, or when no auth-param pairs were provided)
scheme
โข readonly scheme: Lowercase<string>
Parsed WWW-Authenticate challenge auth-scheme
Note
Because the value is case insensitive it is always returned lowercased
token68?
โข readonly optional token68?: string
Parsed WWW-Authenticate challenge token68