ServiceAuthenticationMiddleware Class

Definition

The ServiceAuthenticationMiddleware provides the OWIN middleware for authenticating a caller who has already authenticated using the Login controller, or has provided HTTP basic authentication credentials matching either the application key or the master key (for admin access).

public class ServiceAuthenticationMiddleware : Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions>
type ServiceAuthenticationMiddleware = class
    inherit AuthenticationMiddleware<ServiceAuthenticationOptions>
Public Class ServiceAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of ServiceAuthenticationOptions)
Inheritance
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<ServiceAuthenticationOptions>
ServiceAuthenticationMiddleware

Constructors

ServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, ServiceAuthenticationOptions, IServiceTokenHandler)

Initializes a new instance of the ServiceAuthenticationMiddleware class.

Methods

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

Applies to