Google 的实例 ID 返回的 ID 是什么格式?

What is the format of IDs returned by the Google's Instance ID?

Google最近介绍Instance ID. This lib has come up because they now recommend using it to retrieve your registration token for Google Cloud Messaging.

在服务器上,我们验证输入的令牌。实例 ID 令牌的格式与以前不同 - 它们的长度不同并且现在有冒号。

为了验证目的,我似乎找不到任何定义实例 ID 格式的地方。有谁知道在哪里可以找到格式?

实例 ID 是故意不透明的。但是,如果您想进行服务器端验证(并使用诸如确定设备上次在线时间等功能),您可以使用 Instance ID Server API