scope optional

This commit is contained in:
Renaud
2017-07-10 05:13:10 +02:00
parent 0ddc7720f1
commit 7bd9fe438a

View File

@@ -29,7 +29,7 @@ export namespace Strategy {
clientID: string;
clientSecret: string;
callbackURL: string;
scope: string[];
scope?: string[];
}
interface Profile extends passport.Profile {