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

usernamePasswordAuthenticator

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

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

function usernamePasswordAuthenticator(user: string | (() => string), pass?: string | (() => string)): Authenticator;
§
usernamePasswordAuthenticator(user: string | (() => string), pass?: string | (() => string)): Authenticator
[src]

§Parameters

§
user: string | (() => string)
[src]
§
pass?: string | (() => string) optional
[src]