mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
293 B
Markdown
20 lines
293 B
Markdown
|
---
|
||
|
sidebar_label: SecurityDetails.validTo
|
||
|
---
|
||
|
|
||
|
# SecurityDetails.validTo() method
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
class SecurityDetails {
|
||
|
validTo(): number;
|
||
|
}
|
||
|
```
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
number
|
||
|
|
||
|
[Unix timestamp](https://en.wikipedia.org/wiki/Unix_time) marking the end of the certificate's validity.
|