Skip to content

Commit 42f2428

Browse files
committed
update revokeToken javadoc
1 parent 69f0d54 commit 42f2428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/auth0/client/auth/AuthAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public AuthRequest requestToken(String audience) {
424424
* </pre>
425425
*
426426
* @param refreshToken the refresh token to revoke.
427-
* @return a Request to configure and execute.
427+
* @return a Request to execute.
428428
*/
429429
public Request<Void> revokeToken(String refreshToken) {
430430
Asserts.assertNotNull(refreshToken, "refresh token");

0 commit comments

Comments
 (0)