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

14 lines
483 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; [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;
```