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

Returns a user/pass authenticator for the specified user and optional password

Parameters

user: string | (() => string)
optional
pass: string | (() => string)