ExceptionHandler typedef

ExceptionHandler = void Function(AuthenticatorException)

A user-specified exception handler for errors originating within the Authenticator.

Implementation

typedef ExceptionHandler = void Function(AuthenticatorException);