deno.land / x / oauth4webapi@v1.2.2 / docs / functions / parseWwwAuthenticateChallenges.md
â–¸ parseWwwAuthenticateChallenges(response
): WWWAuthenticateChallenge
[] | undefined
Parses the WWW-Authenticate
HTTP Header from a Response instance.
Name | Type |
---|---|
response |
Response |
WWWAuthenticateChallenge
[] | undefined
Array of WWWAuthenticateChallenge objects. Their order from the response is
preserved. undefined
when there wasn't a WWW-Authenticate
HTTP Header returned.
Version Info