Click or drag to resize

AuthenticationHandler Constructor

Creates a new instance of the AuthenticationHandler class.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntax
public AuthenticationHandler(
	IOwinContext context,
	AuthenticationOptions options
)
View Source

Parameters

context  IOwinContext
Context of the request to be authenticated
options  AuthenticationOptions
Configuration options for the authentication handler
See Also