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

14 lines
466 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [ServerAuthDetails](./bitburner.serverauthdetails.md) &gt; [passwordFormat](./bitburner.serverauthdetails.passwordformat.md)
## ServerAuthDetails.passwordFormat property
The character set used in the password
**Signature:**
```typescript
passwordFormat: "numeric" | "alphabetic" | "alphanumeric" | "ASCII" | "unicode";
```