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

x/oauth4webapi/src/index.ts>processJwksResponse

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

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

Parameters

response: Response

Resolved value from jwksRequest.

Returns

Promise<JsonWebKeySet>

Resolves with an object representing the parsed successful response.