mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #14474 from ondrowan/master
Add extended AuthenticateOptions interface to passport-facebook
This commit is contained in:
Vendored
+4
@@ -19,6 +19,10 @@ interface Profile extends passport.Profile {
|
||||
_json: any;
|
||||
}
|
||||
|
||||
export interface AuthenticateOptions extends passport.AuthenticateOptions {
|
||||
authType?: string;
|
||||
}
|
||||
|
||||
interface IStrategyOption {
|
||||
clientID: string;
|
||||
clientSecret: string;
|
||||
|
||||
Reference in New Issue
Block a user