Skip to main content

Multi-Device Passport Sync

Overview

Sync your Passport across multiple devices with end-to-end encryption.

SDK Example

// Auto-generated from SDK - Coming Soon
await passport.syncToDevice({
  deviceId: newDevice.id,
  encryptionKey: deviceKey,
  method: 'qr-code',
});

Use Cases

  • Multi-device access
  • Desktop + mobile sync
  • Secure device pairing
  • Backup and recovery

See Also

  • Verify Passport Offline
  • Passport Recovery Flow
  • Create Individual Passport

← All patterns