ReCaptcha V3 in app platform

The requirement is that before triggering any client APIs we need to use recaptcha V3 to verify the user and based on the score we are receiving we need to proceed with either triggering the API or sending a fallback message to the user. We tried to do this using app.WebView() with an empty page and recaptcha V3 code added to the webpage. But the client didn’t want to show the webpage and directly validate the user. Is this achievable?

Recaptcha V3 Doc for reference.
webview screenshot for reference.

1 Like