method ProduceJWT.prototype.setIssuerimport { ProduceJWT } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts"; setIssuer(issuer: string): thisSet the "iss" (Issuer) Claim. Parametersissuer: string"Issuer" Claim value to set on the JWT Claims Set. Returnsthis