mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
14 lines
466 B
Markdown
14 lines
466 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ServerAuthDetails](./bitburner.serverauthdetails.md) > [passwordFormat](./bitburner.serverauthdetails.passwordformat.md)
|
|
|
|
## ServerAuthDetails.passwordFormat property
|
|
|
|
The character set used in the password
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
passwordFormat: "numeric" | "alphabetic" | "alphanumeric" | "ASCII" | "unicode";
|
|
```
|