mirror of
https://github.com/apple/device-management.git
synced 2026-05-21 23:26:51 +02:00
31 lines
800 B
YAML
31 lines
800 B
YAML
title: Request Unlock Token Command
|
|
description: This command requests an UnlockToken from the device.
|
|
payload:
|
|
requesttype: RequestUnlockToken
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '5.0'
|
|
deprecated: 6.1.6
|
|
accessrights: None
|
|
supervised: true
|
|
requiresdep: false
|
|
sharedipad:
|
|
mode: forbidden
|
|
userenrollment:
|
|
mode: forbidden
|
|
macOS:
|
|
introduced: n/a
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
content: This command requests an UnlockToken from the device. Pass this token to
|
|
the ClearPasscode command to unlock the device.
|
|
responsekeys:
|
|
- key: UnlockToken
|
|
type: <data>
|
|
presence: required
|
|
content: The unlock token. Erasing the user partition invalidates this token.
|