Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JwtAuth

import type { JwtAuth } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
interface JwtAuth {
jwt: string;
nkey?: string;
sig?: string;
}

§Properties

§
jwt: string
[src]
§
nkey?: string
[src]
§
sig?: string
[src]