Share via


AppServiceAuthenticationMiddleware Class

Definition

The AppServiceAuthenticationMiddleware provides the OWIN middleware for authenticating a caller who has already authenticated using the Login controller.

public class AppServiceAuthenticationMiddleware : Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions>
type AppServiceAuthenticationMiddleware = class
    inherit AuthenticationMiddleware<AppServiceAuthenticationOptions>
Public Class AppServiceAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of AppServiceAuthenticationOptions)
Inheritance
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<AppServiceAuthenticationOptions>
AppServiceAuthenticationMiddleware

Constructors

AppServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, AppServiceAuthenticationOptions)

Initializes a new instance of the AppServiceAuthenticationMiddleware class.

Methods

CreateHandler() Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware`1.CreateHandler

Applies to