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

x/oauth4webapi/src/index.ts>WWWAuthenticateChallenge

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
interface WWWAuthenticateChallenge
import { type WWWAuthenticateChallenge } from "https://deno.land/x/oauth4webapi@v1.4.1/src/index.ts";

Properties

readonly
scheme: string

NOTE: because the value is case insensitive it is always returned lowercased

readonly
parameters: { readonly [parameter: string]: string | undefined; readonly realm?: string; readonly error?: string; readonly error_description?: string; readonly error_uri?: string; readonly algs?: string; readonly scope?: string; }