AI-generated Key Takeaways
-
The server response always includes a header object with a
responseTimestampfield. -
The
responseTimestampfield provides the timestamp of the response in a specific JSON object format. -
Receivers should validate the
responseTimestampto 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. |