I want to know if it is possible in a microflow or java action to detect if the user is using the mobile app or is using his mobile browser. The device type does not give me this information.
For a login screen, I have a recaptcha logic. However, for mobile apps a recaptcha is not needed since the risk for this device type is alot smaller. In this case I need to check on the server side that I do not need the recaptcha response.