Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jul 29, 2015
1 parent 3ecda57 commit cf66e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $user = new User(); // must implement TokenOwnerInterface
$response = $authorizationServer->handleRequest($request, $user);
```

#### Revoking a token
#### Revoking a token

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

0 comments on commit cf66e20

Please sign in to comment.