HttpAuthRequestCallback typedef

HttpAuthRequestCallback = void Function(HttpAuthRequest request)

Signature for callbacks that notify the host application of an authentication request.

Implementation

typedef HttpAuthRequestCallback = void Function(HttpAuthRequest request);