puppeteer/new-docs/puppeteer.securitydetails._constructor_.md

21 lines
603 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [SecurityDetails](./puppeteer.securitydetails.md) &gt; [(constructor)](./puppeteer.securitydetails._constructor_.md)
## SecurityDetails.(constructor)
Constructs a new instance of the `SecurityDetails` class
<b>Signature:</b>
```typescript
constructor(securityPayload: Protocol.Network.SecurityDetails);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| securityPayload | Protocol.Network.SecurityDetails | |