Module restore

Module restore 

Source
Expand description

Restore an existing library from cloud storage.

Unlike join (which unwraps the encryption key from an invite), restore takes the encryption key directly from the user. Unlike join, restore sets cloudkit_is_shared = false because the restorer is the owner.

Enums§

RestoreError
RestoreSource
Cloud provider source for restore. Carries all connection details including OAuth tokens (unlike RestoreProvider which omits them for serialization).

Functions§

restore_from_cloud
Restore a library from cloud storage.
restore_from_code
Restore a library from a restore code string.