Asks this instance to delete an existing AuthCode for server
.
The implementing class must delete the AuthCode for code
from its persistent storage.
Source
Future revokeAuthCodeWithCode(AuthServer server, String code);
Asks this instance to delete an existing AuthCode for server
.
The implementing class must delete the AuthCode for code
from its persistent storage.
Future revokeAuthCodeWithCode(AuthServer server, String code);