Structs§
- Activated
Continuation - Exact durable state required to continue an activated Store device.
- Owner
Recovery Authority - Exact Owner grant and recovery-stream authority used to create a replacement device when no activated device continuation survives.
- Restore
Code - Everything needed to restore a store from cloud storage.
- Restore
Code Info - UI-ready info from a decoded restore code.
- Restore
Source - Cloud provider source for restore: the join info a restore code carries
plus the extras it can’t (
RestoreCodeomits OAuth tokens because they expire — the user re-authenticates on restore — and holds no live CloudKit driver).
Enums§
- Restore
Authority - The closed authority a restore operation may exercise.
- Restore
Code Error
Constants§
Functions§
- decode_
restore_ code - Decode a restore code string back into a
RestoreCode. - decode_
restore_ code_ info - Decode a restore code and return UI-ready info.
- encode_
restore_ code - Encode a
RestoreCodeinto a prefixed base64url string. - restore_
from_ cloud - Restore a store from cloud storage.
- restore_
from_ code - Restore a store from a restore code string.