C# Class Auth0.Nancy.SelfHost.ModuleExtensions

Afficher le fichier Open project: auth0/Auth0.NancyFx.SelfHost

Méthodes publiques

Méthode Description
AuthenticateThisSession ( this module ) : IResponseFormatter
RemoveAuthenticationFromThisSession ( this module ) : IResponseFormatter
RequiresAuthentication ( this module ) : void
SessionIsAuthenticated ( this module ) : bool
ThenRedirectTo ( this response, string viewName ) : Response

Method Details

AuthenticateThisSession() public static méthode

public static AuthenticateThisSession ( this module ) : IResponseFormatter
module this
Résultat IResponseFormatter

RemoveAuthenticationFromThisSession() public static méthode

public static RemoveAuthenticationFromThisSession ( this module ) : IResponseFormatter
module this
Résultat IResponseFormatter

RequiresAuthentication() public static méthode

public static RequiresAuthentication ( this module ) : void
module this
Résultat void

SessionIsAuthenticated() public static méthode

public static SessionIsAuthenticated ( this module ) : bool
module this
Résultat bool

ThenRedirectTo() public static méthode

public static ThenRedirectTo ( this response, string viewName ) : Response
response this
viewName string
Résultat Nancy.Response