You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -601,18 +601,19 @@ public class TokenRefresh {
601
601
```
602
602
603
603
**Revoking Tokens**
604
+
604
605
You can revoke a user's refresh token and remove all their connections to your app by making a request to the revocation endpoint.
605
606
606
607
We've added a helpful method to the ApiClient class. The code below shows how to pass the id, secret and refresh token to execute the revoke method. Success
0 commit comments