|
TotpUserSettings::AddUserToTotpRequrementExceptions |
( |
long |
llTrusteeId, |
|
|
boolean |
bInExceptions |
|
) |
| |
Add/remove user to/from exceptions list of "2FA is required for all users" requirement.
- Parameters:
-
[in] | llTrusteeId | Trustee id to change settings |
[in] | bInExceptions | True - add user to exceptions, false - exclude from exceptions |
|