Click or drag to resize
AuthMiddleware Constructor
Initializes a new instance of the AuthMiddleware class

Namespace: DrawerBackup.Native.Server.Auth
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public AuthMiddleware(
	OwinMiddleware next
)

Parameters

next
Type: OwinMiddleware
See Also