Interface: WWWAuthenticateChallenge

March 19, 2026 ยท View on GitHub

๐Ÿ’— Help the project

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