We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecda57 commit cf66e20Copy full SHA for cf66e20
README.md
@@ -130,7 +130,7 @@ $user = new User(); // must implement TokenOwnerInterface
130
$response = $authorizationServer->handleRequest($request, $user);
131
```
132
133
-#### Revoking a token
+#### Revoking a token
134
135
ZfrOAuth2Server supports revoking access and refresh tokens using the [RFC 7009 specification](https://tools.ietf.org/html/rfc7009).
136
You can use the `handleRevocationRequest` method in the AuthorizationServer. You must pass the following two POST parameters:
0 commit comments