authExceptionHandler property

set authExceptionHandler (Future<void> handler(AuthorizationException)?)

Sets handler that will be called on any AuthorizationException.

Implementation

set authExceptionHandler(
  Future<void> Function(AuthorizationException)? handler,
);