Public Member Functions | |
| void | totpVerify (in long code, in boolean remember) |
| void | totpState (out TotpState state) |
| void kwfweb::Totp::totpState | ( | out TotpState | state | ) |
checks 2 step verification state
| value | - true if 2 step verification is required |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." |
| void kwfweb::Totp::totpVerify | ( | in long | code, |
| in boolean | remember | ||
| ) |
Performs 2 step verification
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." |