onAbort method

Future<void> onAbort(
  1. AuthenticatorContext context, {
  2. String? reason,
})

Best-effort cleanup hook when a handshake is abandoned before completion.

Implementation

Future<void> onAbort(AuthenticatorContext context, {String? reason}) async {}