Merge pull request #14474 from ondrowan/master

Add extended AuthenticateOptions interface to passport-facebook
This commit is contained in:
Arthur Ozga
2017-02-10 14:11:18 -08:00
committed by GitHub
+4
View File
@@ -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;