Skip to main content
Module

x/oauth4webapi/mod.ts>processPushedAuthorizationResponse

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

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

Parameters

Authorization Server Metadata.

client: Client

Client Metadata.

response: Response

Resolved value from pushedAuthorizationRequest.

Returns

Resolves with an object representing the parsed successful response, or an object representing an OAuth 2.0 protocol style error. Use isOAuth2Error to determine if an OAuth 2.0 error was returned.