Skip to main content
Module

x/oauth4webapi/mod.ts>RevocationRequestOptions

OAuth 2 / OpenID Connect for JavaScript Runtimes
Go to Latest
interface RevocationRequestOptions
import { type RevocationRequestOptions } from "https://deno.land/x/oauth4webapi@v2.4.1/mod.ts";

Properties

optional
additionalParameters: URLSearchParams | Record<string, string> | string[][]

Any additional parameters to send. This cannot override existing parameter values.