Difference between revisions of "Action: Authenticate User"
m (→About) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = | + | <span style="color: #1665b0; font-size: 24px;">'''About this action'''</span> |
− | |||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This action can be used to request that the user authenticates their identity. | This action can be used to request that the user authenticates their identity. | ||
Line 6: | Line 5: | ||
This action will set a boolean variable to indicate success/failure and subsequent actions will be blocked until authentication completes. | This action will set a boolean variable to indicate success/failure and subsequent actions will be blocked until authentication completes. | ||
</pre> | </pre> | ||
− | + | ''See also: [https://macrodroidforum.com/wiki/index.php/Variables#Boolean Variable | Boolean]'' | |
− | '' |
Latest revision as of 22:54, 16 February 2024
About this action
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.
See also: Variable | Boolean