method ProduceJWT.prototype.setSubjectimport { ProduceJWT } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts"; setSubject(subject: string): thisSet the "sub" (Subject) Claim. Parameterssubject: string"sub" (Subject) Claim value to set on the JWT Claims Set. Returnsthis