AuthEventHandler typedef

AuthEventHandler = void Function(AuthEvent event)

Signature for the merchant-supplied auth event handler.

Implementation

typedef AuthEventHandler = void Function(AuthEvent event);