Module

x/jose/jwt/produce.ts>ProduceJWT#setIssuer

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
method ProduceJWT.prototype.setIssuer
import { ProduceJWT } from "https://dotland.deno.dev/x/jose@v5.9.2/jwt/produce.ts";

Set the "iss" (Issuer) Claim.

Parameters

issuer: string

"Issuer" Claim value to set on the JWT Claims Set.