Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oauth4webapi/mod.ts>ModifyAssertionOptions

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

Properties

optional
[modifyAssertion]: ModifyAssertionFunction

Use to modify a JWT assertion payload or header right before it is signed.