Skip to main content
Module

x/jose/index.ts>ProduceJWT#setAudience

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
method ProduceJWT.prototype.setAudience
import { ProduceJWT } from "https://deno.land/x/jose@v4.14.4/index.ts";

Set "aud" (Audience) Claim.

Parameters

audience: string | string[]

"aud" (Audience) Claim value to set on the JWT Claims Set.