Skip to content

Commit 0b68865

Browse files
committed
remove totp seed to readme
1 parent b12927c commit 0b68865

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@ refresh_token = jwt_response[REFRESH_SESSION_TOKEN_NAME].get("jwt")
282282

283283
The session and refresh JWTs should be returned to the caller, and passed with every request in the session. Read more on [session validation](#session-validation)
284284

285+
#### Deleting the TOTP Seed
286+
287+
Pass the loginId to the function to remove the user's TOTP seed.
288+
289+
```python
290+
response = descope_client.mgmt.user.remove_totp_seed(login_id=login_id)
291+
```
292+
285293
### Passwords
286294

287295
The user can also authenticate with a password, though it's recommended to

0 commit comments

Comments
 (0)