Hello. Can I change the access level at runtime? For Example: Before calling the dialog I do api_security.login(...). If the dialog does not appear even once, the changes will apply. But if it is opened, then nothing changes. |
Hi Ramil, You can track whether the dialog is opened previously yourself using (a session parameter for example). In general this is how security keys work anyway. They are only applied when the UI object is initialized. Kind Regards, |