Action: Authenticate User

Revision as of 03:46, 6 January 2024 by JosueGd (talk | contribs) (First edition of this page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

About

This action can be used to request that the user authenticates their identity.

This action will set a boolean variable to indicate success/failure and subsequent actions will be blocked until authentication completes.

Requires Root or ADB hack

Example

When trying to access the notes application, it will require user authentication, if approved it will open the app, otherwise it will return to the home screen

Triggers

Application Launched | Notes


Actions

Launch Home Screen
Authenticate User
If | CheckAuth = True
Actions

Launch Notes
Else
Actions

Launch Home Screen
Popup message | Incorrect password
End If


Constraints


Local variables

CheckAuth = True