Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/http/headers/mod.ts>AuthenticationHeaders

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface AuthenticationHeaders
import { type AuthenticationHeaders } from "https://deno.land/x/keywork@v6.0.1/http/headers/mod.ts";

Properties

WWW-Authenticate: string

Defines the authentication method that should be used to access a resource.

Authorization: string

Contains the credentials to authenticate a user-agent with a server.

Proxy-Authenticate: string

Defines the authentication method that should be used to access a resource behind a proxy server.

Proxy-Authorization: string

Contains the credentials to authenticate a user agent with a proxy server.