2.1 KiB
Home > bitburner > ServerAuthDetails
ServerAuthDetails interface
Details about a server's authentication schema
Signature:
interface ServerAuthDetails
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
Data from the passwordHint, if any. | ||
|
boolean |
True if the current script has authenticated to this server with the right password using authenticate() or connectToSesssion() | ||
|
boolean |
True if the server is directly connected to the current server | ||
|
number |
The frequency (in seconds) of the server adding its own messages to its logs, visible with heartBleed(). | ||
|
string |
The model ID of the server. Similar models share vulnerabilities. | ||
|
"numeric" | "alphabetic" | "alphanumeric" | "ASCII" | "unicode" |
The character set used in the password | ||
|
string |
Static password reminder text set for this server. | ||
|
number |
The number of characters in the password |