async function initSecureFields() { // Get API key const publicApiKey = await getPublicApiKey() // Initialize SDK - now with await const yuno = await Yuno.initialize(publicApiKey) // Create secure ...