import { type ModifyAssertionOptions } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Properties
optional
[modifyAssertion]: ModifyAssertionFunctionUse to modify a JWT assertion payload or header right before it is signed.
x/oauth4webapi/mod.ts>ModifyAssertionOptions
import { type ModifyAssertionOptions } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Use to modify a JWT assertion payload or header right before it is signed.