AI-generated Key Takeaways
-
The server response always includes a header object with a
responseTimestamp
field. -
The
responseTimestamp
field provides the timestamp of the response in a specific JSON object format. -
Receivers should validate the
responseTimestamp
to ensure it's within 60 seconds of the current time for security purposes, 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. |