Skip to main content
This package works with Deno, Bun, Browsers
This package works with Deno
This package works with Bun
This package works with Browsers
Published
a week ago (3.0.0-46)
interface Authenticator

Authenticator is an interface that returns credentials.

Call Signatures

(nonce?: string): Auth

Add Package

deno add jsr:@nats-io/nats-core

Import symbol

import { type Authenticator } from "@nats-io/nats-core/internal";

---- OR ----

Import directly with a jsr specifier

import { type Authenticator } from "jsr:@nats-io/nats-core/internal";

Add Package

bunx jsr add @nats-io/nats-core

Import symbol

import { type Authenticator } from "@nats-io/nats-core/internal";