let {code, type} = await navigator.credentials.get({otp: {transport: ["sms"]}}); // code == "123ABC78" // type == "otp"