deno.land / x / oauth4webapi@v1.2.2 / docs / functions / processPushedAuthorizationResponse.md

processPushedAuthorizationResponse.md

Function: processPushedAuthorizationResponse

💗 Help the project

â–¸ processPushedAuthorizationResponse(as, client, response): Promise<PushedAuthorizationResponse | OAuth2Error>

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

see RFC 9126 - OAuth 2.0 Pushed Authorization Requests

Parameters

Name Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
response Response Resolved value from pushedAuthorizationRequest.

Returns

Promise<PushedAuthorizationResponse | OAuth2Error>

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.

oauth4webapi

Version Info

Tagged at
2 years ago