authExceptionHandler property

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

Sets callback, called when middleware catches AuthorizationException.

Implementation

set authExceptionHandler(Future<void> Function(AuthorizationException)? fn) =>
    _client.authExceptionHandler = fn;