Unosquare
    Show / Hide Table of Contents

    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 representing the ongoing operation.

    See Also

    OnInvalidCredentials

    Comments

    Back to top Copyright © 2017-2019 Unosquare