type AuthDetails = { backupRecoveryCodes?: Array<string>; email?: string; encryptionKey?: string; recoveryShareManagement: RecoveryShareManagement; userWalletId: string;};