Skip to main content
Module

x/oauth4webapi/mod.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@v2.0.6/mod.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; }