We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f0d54 commit 42f2428Copy full SHA for 42f2428
1 file changed
src/main/java/com/auth0/client/auth/AuthAPI.java
@@ -424,7 +424,7 @@ public AuthRequest requestToken(String audience) {
424
* </pre>
425
*
426
* @param refreshToken the refresh token to revoke.
427
- * @return a Request to configure and execute.
+ * @return a Request to execute.
428
*/
429
public Request<Void> revokeToken(String refreshToken) {
430
Asserts.assertNotNull(refreshToken, "refresh token");
0 commit comments