Method | Description | |
---|---|---|
RequiresMSOwinAuthentication ( this module ) : void |
This module requires the user is authenticated with Microsoft Owin authentication.
|
|
RequiresSecurityClaims ( this module, bool>.Func |
This module requires the security claims to be validated. If the users claims do not match the required claims then a HttpStatusCode.Forbidden is returned.
|
Method | Description | |
---|---|---|
InvokeBeforePipeLine ( this module, NancyContext context ) : Response |
public static RequiresMSOwinAuthentication ( this module ) : void | ||
module | this | Module to enable |
return | void |
public static RequiresSecurityClaims ( this module, bool>.Func |
||
module | this | |
isValid | bool>.Func | |
return | void |