We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39741c commit 0383ac0Copy full SHA for 0383ac0
README.md
@@ -230,6 +230,22 @@ Function only works after login.
230
keyauthapp.ban()
231
```
232
233
+## **Enable Two Factor Authentication (2fa)**
234
+
235
+Enable two factor authentication (2fa) on a client account.
236
237
+```py
238
+keyauthapp.enable2fa()
239
+```
240
241
+## **Disable Two Factor Authentication (2fa)**
242
243
+Disable two factor authentication (2fa) on a client account.
244
245
246
+keyauthapp.disable2fa()
247
248
249
## **Logout session**
250
251
Logout the users session and close the application.
0 commit comments