AI-generated Key Takeaways
-
The server response always includes a header object with a response timestamp.
-
The
responseTimestamp
field provides the timestamp of the response and is of Timestamp object type. -
Receivers must validate the
responseTimestamp
to ensure it's within ± 60 seconds of the current time, rejecting responses outside this timeframe.
Header object that is defined on all responses sent from the server.
JSON representation |
---|
{
"responseTimestamp": {
object ( |
Fields | |
---|---|
responseTimestamp |
REQUIRED: Timestamp of this response. The receiver must verify that this timestamp is ± 60s of 'now', and reject the response if it is not. |