removeCode abstract method

FutureOr removeCode(
  1. AuthServer server,
  2. String code
)

Must remove AuthCode identified by code.

The AuthCode.code matching code must be deleted and no longer accessible.

Implementation

FutureOr removeCode(AuthServer server, String code);