Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function tokenAuthenticator
import { tokenAuthenticator } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

Returns a token authenticator for the specified token

Parameters

token: string | (() => string)