Auth0.Nancy.SelfHost.ModuleExtensions.SessionIsAuthenticated C# (CSharp) Method

SessionIsAuthenticated() public static method

public static SessionIsAuthenticated ( this module ) : bool
module this
return bool
        public static bool SessionIsAuthenticated(this NancyModule module)
        {
            return module.Context.CurrentUser.IsAuthenticated();
        }