Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function tokenAuthenticator
import { tokenAuthenticator } from "https://deno.land/x/natsws@v1.29.2/src/nats-base-client.ts";

Returns a token authenticator for the specified token

Parameters

token: string | (() => string)