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

tokenAuthenticator

import { tokenAuthenticator } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";

Returns a token authenticator for the specified token

function tokenAuthenticator(token: string | (() => string)): Authenticator;
§
tokenAuthenticator(token: string | (() => string)): Authenticator
[src]

§Parameters

§
token: string | (() => string)
[src]