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

x/oauth2_server/resource_server.ts>OAuth2Response

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

Properties

optional
status: number
headers: Headers
optional
body: any | Promise<any> | (() => (any | Promise<any>))

Methods

redirect(url: string | URL): Promise<void>