668
edits
(→App) |
|||
Line 28: | Line 28: | ||
* '''installedTime''' and '''modificationTime''' are millisecond timestamps and are set by the server when an app document is stored. | * '''installedTime''' and '''modificationTime''' are millisecond timestamps and are set by the server when an app document is stored. | ||
An App is later identified by its <tt>appid</tt> | An App is later identified by its <tt>appid</tt>: | ||
appid = b64urlencode(SHA1(origin)) | |||
with no b64 padding. | |||
An Abbreviated App document contains only the origin and modification time: | An Abbreviated App document contains only the origin and modification time: |
edits