AI-generated Key Takeaways
-
The server sends a header object with all responses, which includes a required
responseTimestamp
field. -
The
responseTimestamp
field is an object representing the timestamp of the response and should be within ± 60 seconds of the current time for the response to be considered valid. -
Receivers of the response are expected to verify this timestamp and reject responses with timestamps outside the acceptable range.
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. |