Future revokeClientWithID(AuthServer server, String clientID)

Revokes an AuthClient for a client ID.

This method must delete the AuthClient for clientID. Subsequent requests to this instance for fetchClientByID must return null after this method completes. server is the AuthServer requesting the AuthClient.

Source

Future revokeClientWithID(AuthServer server, String clientID);