mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
25 lines
692 B
YAML
25 lines
692 B
YAML
title: Tokens Response
|
|
description: The server's synchronization tokens.
|
|
payload:
|
|
requesttype: TokensResponse
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
visionOS:
|
|
introduced: '1.1'
|
|
watchOS:
|
|
introduced: '10.0'
|
|
payloadkeys:
|
|
- key: SyncTokens
|
|
title: Synchronization tokens
|
|
type: <dictionary>
|
|
presence: required
|
|
content: A dictionary of synchronization tokens that describes the state of different
|
|
types of data on the server. The client uses these tokens to determine which endpoints
|
|
it needs to use to fetch new or updated data on the server.
|
|
subkeytype: SynchronizationTokens
|