method ProduceJWT.prototype.setAudienceimport { ProduceJWT } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts"; setAudience(audience: string | string[]): thisSet the "aud" (Audience) Claim. Parametersaudience: string | string[]"aud" (Audience) Claim value to set on the JWT Claims Set. Returnsthis