21 lines
603 B
Markdown
21 lines
603 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [SecurityDetails](./puppeteer.securitydetails.md) > [(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 | |
|
||
|
|