mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
14 lines
483 B
Markdown
14 lines
483 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ServerAuthDetails](./bitburner.serverauthdetails.md) > [hasSession](./bitburner.serverauthdetails.hassession.md)
|
|
|
|
## ServerAuthDetails.hasSession property
|
|
|
|
True if the current script has authenticated to this server with the right password using authenticate() or connectToSesssion()
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
hasSession: boolean;
|
|
```
|