C# Класс Auth0.Nancy.SelfHost.ModuleExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AuthenticateThisSession ( this module ) : IResponseFormatter
RemoveAuthenticationFromThisSession ( this module ) : IResponseFormatter
RequiresAuthentication ( this module ) : void
SessionIsAuthenticated ( this module ) : bool
ThenRedirectTo ( this response, string viewName ) : Response

Описание методов

AuthenticateThisSession() публичный статический Метод

public static AuthenticateThisSession ( this module ) : IResponseFormatter
module this
Результат IResponseFormatter

RemoveAuthenticationFromThisSession() публичный статический Метод

public static RemoveAuthenticationFromThisSession ( this module ) : IResponseFormatter
module this
Результат IResponseFormatter

RequiresAuthentication() публичный статический Метод

public static RequiresAuthentication ( this module ) : void
module this
Результат void

SessionIsAuthenticated() публичный статический Метод

public static SessionIsAuthenticated ( this module ) : bool
module this
Результат bool

ThenRedirectTo() публичный статический Метод

public static ThenRedirectTo ( this response, string viewName ) : Response
response this
viewName string
Результат Nancy.Response