Hide Password Visibility
Keep your passwords secure on Android with Appetize's Hide Password Visibility feature that ensures your passwords are hidden from view.
With Query Parameter
&hidePasswords=trueWith JavaScript SDK
await client.setConfig({
hidePasswords: true,
...
})Last updated