Skip to content

Commit cf66e20

Browse files
committed
Update README.md
1 parent 3ecda57 commit cf66e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $user = new User(); // must implement TokenOwnerInterface
130130
$response = $authorizationServer->handleRequest($request, $user);
131131
```
132132

133-
#### Revoking a token
133+
#### Revoking a token
134134

135135
ZfrOAuth2Server supports revoking access and refresh tokens using the [RFC 7009 specification](https://tools.ietf.org/html/rfc7009).
136136
You can use the `handleRevocationRequest` method in the AuthorizationServer. You must pass the following two POST parameters:

0 commit comments

Comments
 (0)