DefaultRevocationController
extends Controller
in package
An implementation of revocation endpoint.
Table of Contents
Methods
- __invoke() : Response
- The entry point of this controller.
Methods
__invoke()
The entry point of this controller.
public
__invoke(AuthleteApi $api, Request $request) : Response
Parameters
- $api : AuthleteApi
-
An implementation of the
AuthleteApi
interface. - $request : Request
-
A revocation request.
Return values
Response —A response that should be returned to the client.