Files
bitburner-src/markdown/bitburner.serverauthdetails.md
2026-02-07 19:25:56 -08:00

2.1 KiB

Home > bitburner > ServerAuthDetails

ServerAuthDetails interface

Details about a server's authentication schema

Signature:

interface ServerAuthDetails 

Properties

Property

Modifiers

Type

Description

data

string

Data from the passwordHint, if any.

hasSession

boolean

True if the current script has authenticated to this server with the right password using authenticate() or connectToSesssion()

isConnectedToCurrentServer

boolean

True if the server is directly connected to the current server

logTrafficInterval

number

The frequency (in seconds) of the server adding its own messages to its logs, visible with heartBleed().

modelId

string

The model ID of the server. Similar models share vulnerabilities.

passwordFormat

"numeric" | "alphabetic" | "alphanumeric" | "ASCII" | "unicode"

The character set used in the password

passwordHint

string

Static password reminder text set for this server.

passwordLength

number

The number of characters in the password