This method must revoke all AuthToken and AuthCodes for an Authenticatable.
server is the requesting AuthServer. identifier is the Authenticatable.id.
Source
FutureOr revokeAuthenticatableWithIdentifier(
AuthServer server, dynamic identifier);