MobileAppAuthenticationMiddleware Constructor (OwinMiddleware, IAppBuilder, MobileAppAuthenticationOptions, IMobileAppTokenHandler)

 

Initializes a new instance of the MobileAppAuthenticationMiddleware class.

Namespace:   Microsoft.Azure.Mobile.Server.Authentication
Assembly:  Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)

Syntax

public MobileAppAuthenticationMiddleware(
    OwinMiddleware next,
    IAppBuilder appBuilder,
    MobileAppAuthenticationOptions options,
    IMobileAppTokenHandler tokenHandler
)
public:
MobileAppAuthenticationMiddleware(
    OwinMiddleware^ next,
    IAppBuilder^ appBuilder,
    MobileAppAuthenticationOptions^ options,
    IMobileAppTokenHandler^ tokenHandler
)
new : 
        next:OwinMiddleware *
        appBuilder:IAppBuilder *
        options:MobileAppAuthenticationOptions *
        tokenHandler:IMobileAppTokenHandler -> MobileAppAuthenticationMiddleware
Public Sub New (
    next As OwinMiddleware,
    appBuilder As IAppBuilder,
    options As MobileAppAuthenticationOptions,
    tokenHandler As IMobileAppTokenHandler
)

Parameters

  • appBuilder
    Type: Owin.IAppBuilder

    The IAppBuilder to configure.

See Also

MobileAppAuthenticationMiddleware Class
Microsoft.Azure.Mobile.Server.Authentication Namespace

Return to top