Delegate AuthenticationHandlerCallback
A callback used to handle events in authentication modules.
Namespace: EmbedIO.Authentication
Syntax
public delegate Task AuthenticationHandlerCallback(IHttpContext context, AuthenticationModuleBase module);
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpContext | context | An IHttpContext interface representing the context of the request. |
| AuthenticationModuleBase | module | The authentication module that called the handler. |
Returns
| Type | Description |
|---|---|
| Task | A |