From 25a43aef3c81597ab2d59365e45a67eb57fac829 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 12 Jul 2021 09:35:37 -0700 Subject: [PATCH] fix(docs): security details validTo/From type (#7559) --- docs/src/api/class-response.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/api/class-response.md b/docs/src/api/class-response.md index 570ee2b06f..4bf06377c4 100644 --- a/docs/src/api/class-response.md +++ b/docs/src/api/class-response.md @@ -55,9 +55,9 @@ Returns the matching [Request] object. - `protocol` <[string]> The specific TLS protocol used. (e.g. `TLS 1.3`). Optional. - `subjectName` <[string]> Common Name component of the Subject field from the certificate. This should only be used for informational purposes. Optional. - - `validFrom` <[int]> Unix timestamp (in seconds) specifying + - `validFrom` <[float]> Unix timestamp (in seconds) specifying when this cert becomes valid. Optional. - - `validTo` <[int]> Unix timestamp (in seconds) specifying + - `validTo` <[float]> Unix timestamp (in seconds) specifying when this cert becomes invalid. Optional. Returns SSL and other security information.