Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oauth4webapi/mod.ts>processRevocationResponse

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
function processRevocationResponse
import { processRevocationResponse } from "https://deno.land/x/oauth4webapi@v1.4.1/mod.ts";

Validates Response instance to be one coming from the AuthorizationServer.revocation_endpoint | as.revocation_endpoint.

Parameters

response: Response

Resolved value from revocationRequest.

Returns

Promise<undefined | OAuth2Error>

Resolves with undefined when the request was successful, or an object representing an OAuth 2.0 protocol style error.