Password based verification after login ??

Hi -

My use case demands that even if the user is logged in - I ask him for password again in case he tries to modify the sensitive data/settings of the app ??

So, not complete login - but only passsword verification. I dont see any direct API - but can there be any workaround for it ??

Thanks.

Regards,
Aditya

You can try performing login again, but use REST API for that. If login fails, then the password is wrong.