onHello abstract method

Future<AuthResult> onHello(
  1. AuthenticatorContext context
)

Handles the HELLO frame and returns a result.

Implementation

Future<AuthResult> onHello(AuthenticatorContext context);