Class Strategy

Index

Constructor methods

Properties

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