Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth4webapi/mod.ts>ModifyAssertionFunction

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
interface ModifyAssertionFunction
import { type ModifyAssertionFunction } from "https://deno.land/x/oauth4webapi@v2.17.0/mod.ts";

Call Signatures

(header: Record<string, JsonValue | undefined>, payload: Record<string, JsonValue | undefined>): void