[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 Signature: ```typescript constructor(securityPayload: Protocol.Network.SecurityDetails); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | securityPayload | Protocol.Network.SecurityDetails | |