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

x/oauth2_server/resource_server.ts>LoginRedirectOptions

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

Properties

loginUrl: string | URL

The url for logging in when unauthenticated.

optional
loginRedirectKey: string

The search parameter key for the url to redirect to after logging in. Defaults to "redirect_url".