Mendix LoginAction

0
Hi Reader,   Where can I find Mendix login java action in the application?
asked
1 answers
0

Do you mean the login method that a Java Action can call? You can find these in the Core API.

https://apidocs.rnd.mendix.com/9/runtime/com/mendix/core/Core.html#login(java.util.Map)

 

Hope this helps.
 

answered