Skip to main content
Module

x/oauth4webapi/mod.ts>RevocationRequestOptions

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

Properties

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

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