Authenticator
import type { Authenticator } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
Authenticator is an interface that returns credentials.
interface Authenticator {
(nonce?: string): Auth;
}