Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Express
Request
Interface Request
Hierarchy
Request
Request
Request
Index
Methods
isAuthenticated
isUnauthenticated
logIn
logOut
login
logout
Methods
public
isAuthenticated
(
)
:
boolean
Returns
boolean
public
isUnauthenticated
(
)
:
boolean
Returns
boolean
public
logIn
(
user
:
any
, done
:
(err: any) => void
)
Parameters
user:
any
done:
(err: any) => void
public
logIn
(
user
:
any
, options
:
Object
, done
:
(err: any) => void
)
Parameters
user:
any
options:
Object
done:
(err: any) => void
public
logOut
(
)
public
login
(
user
:
any
, done
:
(err: any) => void
)
Parameters
user:
any
done:
(err: any) => void
public
login
(
user
:
any
, options
:
Object
, done
:
(err: any) => void
)
Parameters
user:
any
options:
Object
done:
(err: any) => void
public
logout
(
)
Globals
Express
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
express
fs
http
https
net
os
passport
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Application
Request
isAuthenticated
isUnauthenticated
logIn
logOut
login
logout
Response