Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
passport-facebook
Strategy
Class Strategy
Index
Constructor methods
constructor
Properties
authenticate
name
Constructor methods
constructor
(
options
:
{ clientID: string; clientSecret: string; callbackURL: string; }
, verify
:
(accessToken: string, refreshToken: string, profile: 'passport-facebook'.Profile, done: (error: any, user?: any) => void) => void
)
:
Strategy
Parameters
options:
{ clientID: string; clientSecret: string; callbackURL: string; }
verify:
(accessToken: string, refreshToken: string, profile: 'passport-facebook'.Profile, done: (error: any, user?: any) => void) => void
Returns
Strategy
Properties
public
authenticate
:
(req: "express".e.Request, options?: Object) => void
public
name
:
string
Globals
Express
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
express
fs
http
https
net
os
passport
passport-facebook
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Profile
Strategy
constructor
authenticate
name