dynamic 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.

Source

FutureOr revokeAuthCodeWithCode(AuthServer server, String code);