Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth2_server/resource_server.ts>ErrorBody

A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
Latest
interface ErrorBody
Re-export
import { type ErrorBody } from "https://deno.land/x/oauth2_server@0.12.0/resource_server.ts";

Properties

error: string
optional
error_description: string
optional
error_uri: string