mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
593 B
593 B
Home > bitburner > ServerAuthDetails
ServerAuthDetails type
Details about a server's authentication schema
Signature:
type ServerAuthDetails = {
isConnectedToCurrentServer: boolean;
hasSession: boolean;
modelId: string;
passwordHint: string;
data: string;
logTrafficInterval: number;
passwordLength: number;
passwordFormat: "numeric" | "alphabetic" | "alphanumeric" | "ASCII" | "unicode";
};