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

x/oauth2_server/examples/oak-localstorage/deps.ts>Router.url

A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
Latest
method Router.url
import { Router } from "https://deno.land/x/oauth2_server@0.12.0/examples/oak-localstorage/deps.ts";

Generate a URL pathname based on the provided path, interpolating the optional params provided. Also accepts an optional set of options.

Type Parameters

R extends string

Parameters

path: R
optional
params: RouteParams<R>
optional
options: UrlOptions

Returns

string