Note that auth token is opaque.

Change-Id: I788ab8c5be630dd818a9a442c487c3451029bf81
Test: N/A, comment-only change
Bug: 34985116
This commit is contained in:
Shawn Willden
2017-03-01 06:36:26 -07:00
parent 62f63c7ddb
commit b01e1a8d56

View File

@@ -37,6 +37,6 @@ struct GatekeeperResponse {
* otherwise unused (0)
*/
uint32_t timeout;
/* optional crypto blob */
/* optional crypto blob. Opaque to Android system. */
vec<uint8_t> data;
};